aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2015-08-20 11:51:32 +0300
committerArnaldo Carvalho de Melo <[email protected]>2015-08-21 10:29:23 -0300
commit81cd60cc29a9c3e92ad6ca167a4764b2c2d2fc04 (patch)
tree31c2f9f473668ed9ddd1f2940c2b26b7670e1f99 /tools/perf/scripts/python/export-to-postgresql.py
parent133de940435493266acd4100b0dae8ba7eaa7c71 (diff)
perf tools: Fix Intel PT timestamp handling
Events that don't sample the timestamp have a timestamp value of -1. Intel PT processing wasn't taking that into account. This is particularly noticeable with Intel BTS because timestamps are not requested by default. Then, if the conversion of -1 to TSC results in a small number, the processing is unaffected. However if the conversion results in a big number, then the data is processed prematurely before relevant sideband data like mmap events, which in turn results in samples with unknown dsos. Commiter note: Since BTS wasn't upstream, I split the patch to fold the BTS part with the patch introducing it, to avoid having this bug in the commit history. PT was already upstream, so this patch contains that part. Signed-off-by: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Link: http://lkml.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