aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-20perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter1-0/+18
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangle headersArnaldo Carvalho de Melo1-0/+1
2022-05-17perf intel-pt: Add support for emulated ptwriteAdrian Hunter1-0/+1
2021-11-07perf tools: Use __BYTE_ORDER__Ilya Leoshkevich1-1/+1
2021-03-15tools/perf: Convert to insn_decode()Borislav Petkov1-7/+10
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter1-0/+15
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf1-5/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen1-0/+8
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
2017-03-03perf intel-PT/BTS: Add missing initializationAdrian Hunter1-0/+2
2017-03-01x86/events: Remove last remnants of old filenamesBorislav Petkov1-1/+1
2016-10-24perf intel-pt/bts: Report instruction bytes and length in sampleAndi Kleen1-1/+1
2016-10-24perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter1-7/+6
2015-08-31perf tools: Fix build on powerpc broken by pt/btsAdrian Hunter1-0/+3
2015-08-22perf tools: Fix tarball build broken by pt/btsAdrian Hunter1-1/+1
2015-08-17perf tools: Add Intel PT instruction decoderAdrian Hunter1-0/+246