diff options
author | Stanislav Fomichev <[email protected]> | 2020-08-06 11:26:12 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2020-08-06 16:53:17 -0700 |
commit | 0d360d64b01231cdb36e1936de889f308fd9317f (patch) | |
tree | eb3b951c56f03ab30669639a1353db56620f1dc9 /scripts/gdb/linux/config.py | |
parent | d48556f45608921fa07cb882f9dd15a8a1203427 (diff) |
bpf: Remove inline from bpf_do_trace_printk
I get the following error during compilation on my side:
kernel/trace/bpf_trace.c: In function 'bpf_do_trace_printk':
kernel/trace/bpf_trace.c:386:34: error: function 'bpf_do_trace_printk' can never be inlined because it uses variable argument lists
static inline __printf(1, 0) int bpf_do_trace_printk(const char *fmt, ...)
^
Fixes: ac5a72ea5c89 ("bpf: Use dedicated bpf_trace_printk event instead of trace_printk()")
Signed-off-by: Stanislav Fomichev <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/config.py')
0 files changed, 0 insertions, 0 deletions