aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2021-05-25 12:51:03 +0300
committerArnaldo Carvalho de Melo <[email protected]>2021-05-25 10:07:16 -0300
commitd04c1ff0b3ddd5c0fbbe640996c8eaad279ed1c5 (patch)
treeb798e658d16d24c11075d4c7fc51300bd5dbe442 /tools/perf/util/trace-event-scripting.c
parent04612968783f6892c1eb710b444fc5bbe8f5c673 (diff)
perf scripting python: Fix tuple_set_u64()
tuple_set_u64() produces a signed value instead of an unsigned value. That works for database export but not other cases. Rename to tuple_set_d64() for database export and fix tuple_set_u64(). Fixes: df919b400ad3f ("perf scripting python: Extend interface to export data in a database-friendly way") Signed-off-by: Adrian Hunter <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions