summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf script: Minimize "not reaching sample" for '-F +brstackinsn'Andi Kleen2024-09-031-2/+3
* perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter2024-06-251-0/+9
* perf intel-pt: Add support for new branch instructions ERETS and ERETUAdrian Hunter2023-03-201-0/+18
* perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo2022-10-311-0/+1
* perf intel-pt: Add support for emulated ptwriteAdrian Hunter2022-05-171-0/+1
* perf tools: Use __BYTE_ORDER__Ilya Leoshkevich2021-11-071-1/+1
* tools/perf: Convert to insn_decode()Borislav Petkov2021-03-151-7/+10
* perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2021-02-181-0/+15
* perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf2019-09-011-5/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-281-0/+8
* 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/bts: Report instruction bytes and length in sampleAndi Kleen2016-10-241-1/+1
* perf intel-pt/bts: Tidy instruction buffer size usageAdrian Hunter2016-10-241-7/+6
* perf tools: Fix build on powerpc broken by pt/btsAdrian Hunter2015-08-311-0/+3
* perf tools: Fix tarball build broken by pt/btsAdrian Hunter2015-08-221-1/+1
* perf tools: Add Intel PT instruction decoderAdrian Hunter2015-08-171-0/+246