aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorAdrian Hunter <[email protected]>2018-03-07 16:02:24 +0200
committerArnaldo Carvalho de Melo <[email protected]>2018-03-08 10:05:56 -0300
commit91d29b288aed3406caf7c454bf2b898c96cfd177 (patch)
tree94ab1cedbe0955d3c619ee37ffdfe19cc9a6ea1e /tools/perf/scripts/python/call-graph-from-sql.py
parent1c196a6c771c47a2faa63d38d913e03284f73a16 (diff)
perf intel-pt: Fix timestamp following overflow
timestamp_insn_cnt is used to estimate the timestamp based on the number of instructions since the last known timestamp. If the estimate is not accurate enough decoding might not be correctly synchronized with side-band events causing more trace errors. However there are always timestamps following an overflow, so the estimate is not needed and can indeed result in more errors. Suppress the estimate by setting timestamp_insn_cnt to zero. Signed-off-by: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: [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/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions