diff options
author | Piotr Maziarz <[email protected]> | 2019-11-07 13:45:38 +0100 |
---|---|---|
committer | Steven Rostedt (VMware) <[email protected]> | 2019-11-14 13:15:12 -0500 |
commit | ef56e047b2bd4dabb801fd073dfcab5f40de5f78 (patch) | |
tree | d69ed71105f51439cc4bb84b997bd6410ad8ded7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 353cade3149c27b53260932ee3ff1ebde405976d (diff) |
tracing: Use seq_buf_hex_dump() to dump buffers
Without this, buffers can be printed with __print_array macro that has
no formatting options and can be hard to read. The other way is to
mimic formatting capability with multiple calls of trace event with one
call per row which gives performance impact and different timestamp in
each row.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Piotr Maziarz <[email protected]>
Signed-off-by: Cezary Rojewski <[email protected]>
Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions