diff options
author | John Fastabend <john.fastabend@gmail.com> | 2017-07-02 03:13:29 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-07-03 12:22:52 +0300 |
commit | 7bda4b40c5624c3f1c69227f8ebfd46a4b83f2ef (patch) | |
tree | 6d64dd07567eaa2992d1982c70bd1322354461e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9780c0ab1a4e64ef6998c4d83f9df5be806a02dc (diff) | |
download | linux-7bda4b40c5624c3f1c69227f8ebfd46a4b83f2ef.tar.xz |
bpf: extend bpf_trace_printk to support %i
Currently, bpf_trace_printk does not support common formatting
symbol '%i' however vsprintf does and is what eventually gets
called by bpf helper. If users are used to '%i' and currently
make use of it, then bpf_trace_printk will just return with
error without dumping anything to the trace pipe, so just add
support for '%i' to the helper.
Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions