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