summaryrefslogtreecommitdiff
path: root/tools/perf/util/intel-pt-decoder
AgeCommit message (Expand)AuthorFilesLines
2021-12-17perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-17perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-17perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-17perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-17perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-17perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter1-2/+3
2021-06-03perf intel-pt: Fix transaction abort handlingAdrian Hunter1-1/+5
2021-03-04perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter2-0/+28
2021-03-04perf intel-pt: Fix premature IPCAdrian Hunter2-1/+11
2021-03-04perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter1-0/+18
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter2-4/+164
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-04-30perf tools: Remove unneeded semicolonsZou Wei1-1/+1
2019-09-01perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf9-2623/+7
2019-09-01perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf1-1/+1
2019-09-01perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25perf intel-pt: Add CBR value to decoder stateAdrian Hunter2-0/+2
2019-06-25perf intel-pt: Cater for CBR change in PSB+Adrian Hunter1-0/+7
2019-06-25perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter1-10/+6
2019-06-17perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter2-1/+214
2019-06-17perf intel-pt: Add new packets for PEBS via PTAdrian Hunter3-8/+191
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2-43/+292
2019-06-10perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter2-0/+132
2019-06-10perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter1-8/+9
2019-06-10perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter1-4/+9
2019-06-10perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter1-9/+17
2019-06-10perf intel-pt: Add lookahead callbackAdrian Hunter2-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner8-80/+8
2019-06-05perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter1-0/+51
2019-06-05perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter1-6/+17
2019-06-05perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter1-10/+31
2019-06-05perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter2-1/+14
2019-06-05perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter1-8/+10
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