summaryrefslogtreecommitdiff
path: root/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
AgeCommit message (Expand)Author
2017-07-27perf intel-pt: Clear FUP flag on errorAdrian Hunter
2017-07-27perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter
2017-07-27perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter
2017-07-27perf intel-pt: Fix last_ip usageAdrian Hunter
2017-07-27perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter
2017-07-27perf intel-pt: Fix missing stack clearAdrian Hunter
2017-07-27perf intel-pt: Improve sample timestampAdrian Hunter
2017-07-27perf intel-pt: Move decoder error setting into one conditionAdrian Hunter
2017-07-15perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter
2016-08-12perf intel-pt: Fix ip compressionAdrian Hunter
2016-04-25perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King
2015-09-28perf intel-pt: Fix potential loop foreverAdrian Hunter
2015-08-24perf tools: Add Intel PT support for decoding TRACESTOP packetsAdrian Hunter
2015-08-24perf tools: Add Intel PT support for decoding CYC packetsAdrian Hunter
2015-08-24perf tools: Add Intel PT support for decoding MTC packetsAdrian Hunter
2015-08-24perf tools: Add new Intel PT packet definitionsAdrian Hunter
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter
2015-08-17perf tools: Add Intel PT decoderAdrian Hunter