aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder
AgeCommit message (Expand)Author
2019-08-02perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter
2019-08-02perf intel-pt: Fix improved sample timestampAdrian Hunter
2019-08-02perf intel-pt: Fix instructions sampling rateAdrian Hunter
2019-04-07perf intel-pt: Fix TSC slipAdrian Hunter
2019-03-26perf intel-pt: Fix overlap calculation for paddingAdrian Hunter
2019-03-26perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter
2018-06-25perf intel-pt: Fix packet decoding of CYC packetsAdrian Hunter
2018-06-06perf intel-pt: Fix "Unexpected indirect branch" errorAdrian Hunter
2018-06-06perf intel-pt: Fix MTC timing after overflowAdrian Hunter
2018-06-06perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIPAdrian Hunter
2018-06-01perf tools intel-pt-decoder: Update insn.h from the kernel sourcesArnaldo Carvalho de Melo
2018-03-08perf intel-pt: Fix timestamp following overflowAdrian Hunter
2018-03-08perf intel-pt: Fix error recovery from missing TIP packetAdrian Hunter
2018-03-08perf intel-pt: Fix overlap detection to identify consecutive buffers correctlyAdrian Hunter
2017-12-18Merge tag 'v4.15-rc4' into perf/core, to pick up fixesIngo Molnar
2017-12-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap
2017-12-06Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...Ingo Molnar
2017-12-06tooling/headers: Synchronize updated s390 and x86 UAPI headersIngo Molnar
2017-11-29perf intel-pt: Improve build messages for files that differ from the kernelAdrian Hunter
2017-11-28perf intel-pt: Bring instruction decoder files into line with the kernelAdrian Hunter
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-28perf tools: Robustify detection of clang binaryDavid Carrillo-Cisneros
2017-06-30perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSCAdrian Hunter
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter
2017-06-21perf intel-pt: Add decoder support for CBR eventsAdrian Hunter
2017-06-21perf intel-pt: Add reserved byte to CBR packet payloadAdrian Hunter
2017-06-21perf intel-pt: Add decoder support for ptwrite and power event packetsAdrian Hunter
2017-06-21perf intel-pt: Allow decoding with branch tracing disabledAdrian Hunter
2017-06-21perf intel-pt: Add missing __fallthroughAdrian Hunter
2017-06-21perf intel-pt: Clear FUP flag on errorAdrian Hunter
2017-06-21perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter
2017-06-21perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter
2017-06-21perf intel-pt: Fix last_ip usageAdrian Hunter
2017-06-21perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter
2017-06-21perf intel-pt: Fix missing stack clearAdrian Hunter
2017-06-21perf intel-pt: Improve sample timestampAdrian Hunter
2017-06-21perf intel-pt: Move decoder error setting into one conditionAdrian Hunter
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo
2017-03-16Merge tag 'perf-core-for-mingo-4.12-20170316' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen
2017-03-16Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2017-03-03perf intel-PT/BTS: Add missing initializationAdrian Hunter
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov
2017-02-14perf intel pt decoder: clang has no -Wno-override-initArnaldo Carvalho de Melo
2017-02-09perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter