aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJohn Garry <[email protected]>2020-10-08 23:19:28 +0800
committerArnaldo Carvalho de Melo <[email protected]>2020-10-14 13:43:31 -0300
commitcaf7f9685dd339d4fe7c3cbc0b5d7fabd3df784d (patch)
treed2cc63538f6979ce7f52d87464fb3a85d3d6d57d /tools/perf/scripts/python/export-to-postgresql.py
parent2a09a84c720b436a3ded9b7e3701d391ec81892a (diff)
perf jevents: Fix event code for events referencing std arch events
The event code for events referencing std arch events is incorrectly evaluated in json_events(). The issue is that je.event is evaluated properly from try_fixup(), but later NULLified from the real_event() call, as "event" may be NULL. Fix by setting "event" same je.event in try_fixup(). Also remove support for overwriting event code for events using std arch events, as it is not used. Signed-off-by: John Garry <[email protected]> Reviewed-By: Kajol Jain<[email protected]> Acked-by: Jiri Olsa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions