aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner5-73/+5
2019-05-16perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter1-1/+4
2019-05-16perf intel-pt: Fix improved sample timestampAdrian Hunter1-3/+10
2019-05-16perf intel-pt: Fix instructions sampling rateAdrian Hunter1-3/+10
2019-03-28perf intel-pt: Fix TSC slipAdrian Hunter1-12/+8
2019-02-14perf tools: Rename build libperf to perfJiri Olsa1-1/+1
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter1-1/+1
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2019-02-06perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen1-0/+8
2018-11-05perf intel-pt: Add MTC and CYC timestamps to debug logAdrian Hunter1-0/+4
2018-11-05perf intel-pt: Add more event information to debug logAdrian Hunter2-0/+6
2018-09-20perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter1-11/+23
2018-09-20perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter1-0/+2
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter1-1/+1
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter2-2/+24
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter1-1/+0
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter1-1/+4
2018-06-01perf tools intel-pt-decoder: Update insn.h from the kernel sourcesArnaldo Carvalho de Melo1-0/+18
2018-03-08perf intel-pt: Fix timestamp following overflowAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter1-0/+1
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter2-34/+30
2017-12-18Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar1-2/+11
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+11
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap1-3/+12
2017-12-06Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to v4.15Ingo Molnar1-1/+1
2017-12-06tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar1-1/+1
2017-11-29perf intel-pt: Improve build messages for files that differ from the kernelAdrian Hunter1-9/+15
2017-11-28perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter1-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros1-1/+1
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter1-0/+14
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Add decoder support for CBR eventsAdrian Hunter2-0/+21
2017-06-21perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter2-2/+2
2017-06-21perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter4-8/+293
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter2-0/+14
2017-06-21perf intel-pt: Add missing __fallthroughAdrian Hunter1-1/+1
2017-06-21perf intel-pt: Clear FUP flag on errorAdrian Hunter1-0/+2
2017-06-21perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter1-8/+4
2017-06-21perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter1-3/+5
2017-06-21perf intel-pt: Fix last_ip usageAdrian Hunter1-2/+11
2017-06-21perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Fix missing stack clearAdrian Hunter1-0/+1
2017-06-21perf intel-pt: Improve sample timestampAdrian Hunter1-3/+31
2017-06-21perf intel-pt: Move decoder error setting into one conditionAdrian Hunter1-4/+7
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo1-2/+2
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-0/+24
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen1-0/+24
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-1/+1