summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/intel-pt-decoder
AgeCommit message (Expand)AuthorLines
2021-07-07perf intel-pt: Add a config for max loops without consuming a packetAdrian Hunter-4/+10
2021-05-25Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-1/+5
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter-1/+5
2021-05-12perf intel-pt: Add VM Time Correlation to decoderAdrian Hunter-0/+696
2021-05-12perf intel-pt: Better 7-byte timestamp wraparound logicAdrian Hunter-3/+9
2021-05-12perf intel-pt: Pass the first timestamp to the decoderAdrian Hunter-0/+12
2021-05-12perf intel-pt: Add a tree for VMCS informationAdrian Hunter-0/+13
2021-05-12perf intel-pt: Let overlap detection handle VM timestampsAdrian Hunter-5/+10
2021-03-15tools/perf: Convert to insn_decode()Borislav Petkov-7/+10
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter-9/+53
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter-16/+14
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter-0/+16
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter-51/+183
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter-0/+28
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter-1/+11
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter-0/+3
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter-0/+18
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter-4/+164
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter-14/+7
2020-04-30perf tools: Remove unneeded semicolonsZou Wei-1/+1
2019-08-31perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf-2623/+7
2019-08-31perf intel-pt: Remove inat.c from build dependency listJosh Poimboeuf-1/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-06-25perf intel-pt: Add CBR value to decoder stateAdrian Hunter-0/+2
2019-06-25perf intel-pt: Cater for CBR change in PSB+Adrian Hunter-0/+7
2019-06-25perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter-10/+6
2019-06-17perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter-1/+214
2019-06-17perf intel-pt: Add new packets for PEBS via PTAdrian Hunter-8/+191
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar-43/+292
2019-06-10perf intel-pt: Add intel_pt_fast_forward()Adrian Hunter-0/+132
2019-06-10perf intel-pt: Add reposition parameter to intel_pt_get_data()Adrian Hunter-8/+9
2019-06-10perf intel-pt: Factor out intel_pt_reposition()Adrian Hunter-4/+9
2019-06-10perf intel-pt: Factor out intel_pt_8b_tsc()Adrian Hunter-9/+17
2019-06-10perf intel-pt: Add lookahead callbackAdrian Hunter-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-80/+8
2019-06-05perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter-0/+51
2019-06-05perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter-6/+17
2019-06-05perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter-10/+31
2019-06-05perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter-1/+14
2019-06-05perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter-8/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-73/+5
2019-05-16perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter-1/+4
2019-05-16perf intel-pt: Fix improved sample timestampAdrian Hunter-3/+10
2019-05-16perf intel-pt: Fix instructions sampling rateAdrian Hunter-3/+10
2019-03-28perf intel-pt: Fix TSC slipAdrian Hunter-12/+8
2019-02-14perf tools: Rename build libperf to perfJiri Olsa-1/+1
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter-1/+1
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter-1/+0