summaryrefslogtreecommitdiff
path: root/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-07perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-08-07perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-08-07perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-08-07perf intel-pt: Fix ip compressionAdrian Hunter1-21/+23
2017-07-28perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-07-28perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-07-28perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-07-28perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31
2017-07-28perf intel-pt: Move decoder error setting into one conditionAdrian Hunter1-4/+7
2017-07-15perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo1-0/+5
2016-10-28perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter1-0/+36
2016-10-28perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter1-0/+2
2015-09-28perf intel-pt: Fix potential loop foreverAdrian Hunter1-2/+2
2015-08-24perf tools: Add Intel PT support for decoding TRACESTOP packetsAdrian Hunter1-0/+11
2015-08-24perf tools: Add Intel PT support for decoding CYC packetsAdrian Hunter1-5/+306
2015-08-24perf tools: Add Intel PT support for decoding MTC packetsAdrian Hunter1-4/+158
2015-08-24perf tools: Add new Intel PT packet definitionsAdrian Hunter1-5/+65
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter1-0/+3
2015-08-17perf tools: Add Intel PT decoderAdrian Hunter1-0/+1816