summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder
Commit message (Expand)AuthorAgeFilesLines
* perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo2017-02-141-1/+5
* perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2017-02-092-0/+7
* perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen2016-10-243-1/+4
* perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter2016-10-243-13/+10Star
* 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-292-0/+31
* perf intel-pt: Fix ip compressionAdrian Hunter2016-08-122-28/+40
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-291-1/+1
|\
| * x86/insn: remove pcommitDan Williams2016-07-231-1/+1
* | perf tools: Add AVX-512 support to the instruction decoder used by Intel PTAdrian Hunter2016-07-215-101/+220
* | x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter2016-07-201-1/+1
* | perf intel-pt-decoder: Avoid checking code drift on busibox's diffArnaldo Carvalho de Melo2016-07-121-1/+4
|/
* perf intel-pt: Fix off-by-one comparison on maximum codeColin Ian King2016-04-261-1/+1
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* perf intel-pt: Make logging slightly more efficientAdrian Hunter2015-09-282-16/+43
* perf intel-pt: Fix potential loop foreverAdrian Hunter2015-09-281-2/+2
* x86/insn: perf tools: Add new xsave instructionsAdrian Hunter2015-09-041-0/+3
* x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter2015-09-041-1/+1
* x86/insn: perf tools: Add new memory instructionsAdrian Hunter2015-09-041-2/+2
* x86/insn: perf tools: Add new SHA instructionsAdrian Hunter2015-09-041-0/+7
* x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter2015-09-041-2/+6
* perf tools: Display build warning if x86 instruction decoder differs from kernelAdrian Hunter2015-09-041-1/+12
* perf build: Fix Intel PT instruction decoder dependency problemWang Nan2015-09-011-0/+1
* perf tools: Fix build on powerpc broken by pt/btsAdrian Hunter2015-08-311-0/+3
* 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-242-4/+159
* perf tools: Pass Intel PT information for decoding MTC and CYCAdrian Hunter2015-08-241-0/+3
* perf tools: Add new Intel PT packet definitionsAdrian Hunter2015-08-243-17/+201
* perf tools: Fix Intel PT 'instructions' sample periodAdrian Hunter2015-08-242-0/+4
* perf tools: Fix tarball build broken by pt/btsAdrian Hunter2015-08-226-6/+35
* perf tools: Add Intel PT decoderAdrian Hunter2015-08-173-1/+1921
* perf tools: Add Intel PT logAdrian Hunter2015-08-173-1/+208
* perf tools: Add Intel PT instruction decoderAdrian Hunter2015-08-179-1/+2790
* perf tools: Add Intel PT packet decoderAdrian Hunter2015-08-173-0/+465