summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder
Commit message (Expand)AuthorAgeFilesLines
...
* x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter2017-06-271-1/+1
* perf intel-pt: Add decoder support for CBR eventsAdrian Hunter2017-06-212-0/+21
* perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter2017-06-212-2/+2
* perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter2017-06-214-8/+293
* perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter2017-06-212-0/+14
* 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/+4Star
* 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
* tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo2017-06-191-2/+2
* Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar2017-03-161-0/+24
|\
| * perf script: Add 'brstackinsn' for branch stacksAndi Kleen2017-03-161-0/+24
* | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-03-161-1/+1
|\ \ | |/ |/|
| * x86/events: Remove last remnants of old filenamesBorislav Petkov2017-03-011-1/+1
* | perf intel-PT/BTS: Add missing initializationAdrian Hunter2017-03-031-0/+2
|/
* 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