summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder
Commit message (Expand)AuthorAgeFilesLines
...
* perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-02-061-2/+34
* perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-281-0/+8
* perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter2018-11-051-0/+4
* perf intel-pt: Add more event information to debug logAdrian Hunter2018-11-052-0/+6
* perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter2018-09-201-11/+23
* perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2018-09-201-0/+2
* perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter2018-06-251-1/+1
* perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2018-06-062-2/+24
* 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 tools intel-pt-decoder: Update insn.h from the kernel sourcesArnaldo Carvalho de Melo2018-06-011-0/+18
* 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-082-34/+30
* Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar2017-12-181-2/+11
|\
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-151-2/+11
| |\
| | * x86/decoder: Fix and update the opcodes mapRandy Dunlap2017-12-151-3/+12
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar2017-12-061-1/+1
|\| |
| * | tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar2017-12-061-1/+1
* | | perf intel-pt: Improve build messages for files that differ from the kernelAdrian Hunter2017-11-291-9/+15
|/ /
* / perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter2017-11-281-0/+10
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros2017-08-281-1/+1
* perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter2017-06-301-0/+14
* 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/+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
* 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/+10
* 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