bpf/trace: Remove EXPORT from trace_call_bpf()
All callers are built in. No point to export this. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Alexei Starovoitov <ast@kernel.org>
This commit is contained in:

committed by
Alexei Starovoitov

parent
f03efe49bd
commit
1b7a51a63b
@@ -119,7 +119,6 @@ unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx)
|
|||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(trace_call_bpf);
|
|
||||||
|
|
||||||
#ifdef CONFIG_BPF_KPROBE_OVERRIDE
|
#ifdef CONFIG_BPF_KPROBE_OVERRIDE
|
||||||
BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc)
|
BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc)
|
||||||
|
Reference in New Issue
Block a user