summaryrefslogtreecommitdiff
path: root/tools/perf/util/intel-pt-decoder
AgeCommit message (Expand)AuthorFilesLines
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-04-03perf intel-pt: Fix TSC slipAdrian Hunter1-12/+8
2019-03-23perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2019-03-23perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2018-07-03perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter1-1/+1
2018-07-03perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2-2/+24
2018-07-03perf intel-pt: Fix MTC timing after overflowAdrian Hunter1-1/+0
2018-07-03perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter1-1/+4
2018-04-20perf intel-pt: Fix timestamp following overflowAdrian Hunter1-0/+1
2018-04-20perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter1-0/+1
2018-04-20perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2-34/+30
2017-07-28perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-07-28perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-07-28perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-07-28perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
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 Melo2-0/+7
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter1-0/+36
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter1-0/+2
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter2-0/+31
2016-08-12perf intel-pt: Fix ip compressionAdrian Hunter2-28/+40
2016-07-29Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2016-07-23x86/insn: remove pcommitDan Williams1-1/+1
2016-07-21perf tools: Add AVX-512 support to the instruction decoder used by Intel PTAdrian Hunter5-101/+220
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter1-1/+1
2016-07-12perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo1-1/+4
2016-04-26perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King1-1/+1
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf1-3/+3
2015-09-28perf intel-pt: Make logging slightly more efficientAdrian Hunter2-16/+43
2015-09-28perf intel-pt: Fix potential loop foreverAdrian Hunter1-2/+2
2015-09-04x86/insn: perf tools: Add new xsave instructionsAdrian Hunter1-0/+3
2015-09-04x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter1-1/+1
2015-09-04x86/insn: perf tools: Add new memory instructionsAdrian Hunter1-2/+2
2015-09-04x86/insn: perf tools: Add new SHA instructionsAdrian Hunter1-0/+7
2015-09-04x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter1-2/+6
2015-09-04perf tools: Display build warning if x86 instruction decoder differs from kernelAdrian Hunter1-1/+12
2015-09-01perf build: Fix Intel PT instruction decoder dependency problemWang Nan1-0/+1
2015-08-31perf tools: Fix build on powerpc broken by pt/btsAdrian Hunter1-0/+3
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 Hunter2-4/+159
2015-08-24perf tools: Pass Intel PT information for decoding MTC and CYCAdrian Hunter1-0/+3
2015-08-24perf tools: Add new Intel PT packet definitionsAdrian Hunter3-17/+201
2015-08-24perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter2-0/+4
2015-08-22perf tools: Fix tarball build broken by pt/btsAdrian Hunter6-6/+35