summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
AgeCommit message (Expand)AuthorLines
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter-2/+15
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter-1/+0
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter-1/+4
2018-03-08perf intel-pt: Fix timestamp following overflowAdrian Hunter-0/+1
2018-03-08perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter-0/+1
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter-33/+29
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter-0/+14
2017-06-21perf intel-pt: Add decoder support for CBR eventsAdrian Hunter-0/+19
2017-06-21perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter-1/+1
2017-06-21perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter-8/+168
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter-0/+13
2017-06-21perf intel-pt: Add missing __fallthroughAdrian Hunter-1/+1
2017-06-21perf intel-pt: Clear FUP flag on errorAdrian Hunter-0/+2
2017-06-21perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter-8/+4
2017-06-21perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter-3/+5
2017-06-21perf intel-pt: Fix last_ip usageAdrian Hunter-2/+11
2017-06-21perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter-0/+1
2017-06-21perf intel-pt: Fix missing stack clearAdrian Hunter-0/+1
2017-06-21perf intel-pt: Improve sample timestampAdrian Hunter-3/+31
2017-06-21perf intel-pt: Move decoder error setting into one conditionAdrian Hunter-4/+7
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo-0/+5
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen-0/+2
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter-0/+36
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter-0/+2
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter-0/+30
2016-08-12perf intel-pt: Fix ip compressionAdrian Hunter-21/+23
2016-04-25perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King-1/+1
2015-09-28perf intel-pt: Fix potential loop foreverAdrian Hunter-2/+2
2015-08-24perf tools: Add Intel PT support for decoding TRACESTOP packetsAdrian Hunter-0/+11
2015-08-24perf tools: Add Intel PT support for decoding CYC packetsAdrian Hunter-5/+306
2015-08-24perf tools: Add Intel PT support for decoding MTC packetsAdrian Hunter-4/+158
2015-08-24perf tools: Add new Intel PT packet definitionsAdrian Hunter-5/+65
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter-0/+3
2015-08-17perf tools: Add Intel PT decoderAdrian Hunter-0/+1816