projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f03efe4
)
bpf/trace: Remove EXPORT from trace_call_bpf()
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 24 Feb 2020 14:01:36 +0000
(15:01 +0100)
committer
Alexei Starovoitov
<ast@kernel.org>
Tue, 25 Feb 2020 00:16:38 +0000
(16:16 -0800)
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>
kernel/trace/bpf_trace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/bpf_trace.c
b/kernel/trace/bpf_trace.c
index
4d42a5d
..
15fafae
100644
(file)
--- a/
kernel/trace/bpf_trace.c
+++ b/
kernel/trace/bpf_trace.c
@@
-119,7
+119,6
@@
unsigned int trace_call_bpf(struct trace_event_call *call, void *ctx)
return ret;
}
-EXPORT_SYMBOL_GPL(trace_call_bpf);
#ifdef CONFIG_BPF_KPROBE_OVERRIDE
BPF_CALL_2(bpf_override_return, struct pt_regs *, regs, unsigned long, rc)