| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-25 | perf auxtrace: Add auxtrace_synth_id_range_start() helper | tanze | 1 | -3/+1 |
| 2025-05-12 | perf intel-pt: Fix PEBS-via-PT data_src | Adrian Hunter | 1 | -3/+202 |
| 2025-02-12 | perf sample: Make user_regs and intr_regs optional | Ian Rogers | 1 | -42/+94 |
| 2024-11-13 | perf tools: Fix typos Muliplier -> Multiplier | Andrew Kreimer | 1 | -1/+1 |
| 2024-10-17 | perf color: Add printf format checking and resolve issues | Ian Rogers | 1 | -1/+1 |
| 2024-08-12 | perf tool: Constify tool pointers | Ian Rogers | 1 | -3/+3 |
| 2024-08-12 | perf auxtrace: Remove dummy tools | Ian Rogers | 1 | -23/+1 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -11/+11 |
| 2024-04-26 | perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer) | Adrian Hunter | 1 | -0/+2 |
| 2023-09-29 | perf intel-pt: Fix async branch flags | Adrian Hunter | 1 | -0/+2 |
| 2023-06-12 | perf intel-pt: Fix missed put and leak | Ian Rogers | 1 | -0/+2 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -21/+45 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -6/+6 |
| 2023-06-12 | perf thread: Remove notion of dead threads | Ian Rogers | 1 | -8/+0 |
| 2023-04-06 | perf map: Add helper for ->map_ip() and ->unmap_ip() | Ian Rogers | 1 | -5/+5 |
| 2023-04-04 | perf map: Add accessor for start and end | Ian Rogers | 1 | -4/+4 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -21/+24 |
| 2023-02-17 | perf intel-pt: Synthesize cycle events | Steinar H. Gunderson | 1 | -5/+62 |
| 2023-02-01 | perf intel-pt: Do not try to queue auxtrace data on pipe | Namhyung Kim | 1 | -0/+6 |
| 2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers | 1 | -1/+6 |
| 2022-10-15 | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc | Adrian Hunter | 1 | -2/+7 |
| 2022-10-04 | perf intel-pt: Support itrace option flag d+e to log on error | Adrian Hunter | 1 | -2/+18 |
| 2022-10-04 | perf intel-pt: Improve object code read error message | Adrian Hunter | 1 | -1/+2 |
| 2022-07-20 | perf intel-pt: Use guest pid/tid etc in guest samples | Adrian Hunter | 1 | -0/+11 |
| 2022-07-20 | perf intel-pt: Add machine_pid and vcpu to auxtrace_error | Adrian Hunter | 1 | -6/+20 |
| 2022-07-20 | perf intel-pt: Determine guest thread from guest sideband | Adrian Hunter | 1 | -2/+67 |
| 2022-07-20 | perf intel-pt: Disable sync switch with guest sideband | Adrian Hunter | 1 | -0/+29 |
| 2022-07-20 | perf intel-pt: Track guest context switches | Adrian Hunter | 1 | -0/+23 |
| 2022-07-20 | perf intel-pt: Add some more logging to intel_pt_walk_next_insn() | Adrian Hunter | 1 | -5/+20 |
| 2022-07-20 | perf intel-pt: Remove guest_machine_pid | Adrian Hunter | 1 | -3/+1 |
| 2022-05-23 | perf intel-pt: Add guest_code support | Adrian Hunter | 1 | -2/+18 |
| 2022-05-17 | perf intel-pt: Add support for emulated ptwrite | Adrian Hunter | 1 | -1/+36 |
| 2022-02-15 | perf intel-pt: Force 'quick' mode when TNT (Taken/Not-Taken packet) is disabled | Adrian Hunter | 1 | -0/+18 |
| 2022-02-15 | perf intel-pt: Synthesize new D (Intr Disabled) and t (Intr Toggle) flags | Adrian Hunter | 1 | -0/+13 |
| 2022-02-15 | perf intel-pt: Synthesize iflag event | Adrian Hunter | 1 | -0/+52 |
| 2022-02-15 | perf intel-pt: Synthesize CFE (Control Flow Event) / EVD (Event Data) event | Adrian Hunter | 1 | -0/+62 |
| 2022-02-15 | perf intel-pt: Record Event Trace capability flag | Adrian Hunter | 1 | -1/+9 |
| 2022-02-15 | perf intel-pt: decoder: Add config bit definitions | Adrian Hunter | 1 | -2/+7 |
| 2021-12-28 | perf intel-pt: Fix parsing of VM time correlation arguments | Adrian Hunter | 1 | -0/+1 |
| 2021-12-11 | perf intel-pt: Fix error timestamp setting on the decoder error path | Adrian Hunter | 1 | -0/+1 |
| 2021-10-27 | perf intel-pt: Support itrace d+o option to direct debug log to stdout | Adrian Hunter | 1 | -2/+3 |
| 2021-10-27 | perf intel-pt: Support itrace A option to approximate IPC | Adrian Hunter | 1 | -4/+12 |
| 2021-10-25 | perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID | Adrian Hunter | 1 | -4/+81 |
| 2021-07-07 | perf intel-pt: Add a config for max loops without consuming a packet | Adrian Hunter | 1 | -0/+5 |
| 2021-05-25 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2021-05-19 | perf intel-pt: Remove redundant setting of ptq->insn_len | Adrian Hunter | 1 | -1/+0 |
| 2021-05-19 | perf intel-pt: Fix sample instruction bytes | Adrian Hunter | 1 | -1/+4 |
| 2021-05-12 | perf intel-pt: Parse VM Time Correlation options and set up decoding | Adrian Hunter | 1 | -1/+97 |
| 2021-05-12 | perf intel-pt: Pass the first timestamp to the decoder | Adrian Hunter | 1 | -0/+19 |
| 2021-05-12 | perf intel-pt: Add a tree for VMCS information | Adrian Hunter | 1 | -0/+66 |
| 2021-05-12 | perf intel-pt: Let overlap detection handle VM timestamps | Adrian Hunter | 1 | -1/+9 |
| 2021-05-12 | perf intel-pt: Support Z itrace option for timeless decoding | Adrian Hunter | 1 | -1/+1 |
| 2021-05-12 | perf intel-pt: Move synth_opts initialization earlier | Adrian Hunter | 1 | -15/+14 |
| 2021-03-23 | perf tools: Fix various typos in comments | Ingo Molnar | 1 | -1/+1 |
| 2021-02-18 | perf intel-pt: Split VM-Entry and VM-Exit branches | Adrian Hunter | 1 | -1/+21 |
| 2021-02-18 | perf intel-pt: Adjust sample flags for VM-Exit | Adrian Hunter | 1 | -4/+7 |
| 2021-02-18 | perf intel-pt: Allow for a guest kernel address filter | Adrian Hunter | 1 | -1/+7 |
| 2021-02-18 | perf intel-pt: Support decoding of guest kernel | Adrian Hunter | 1 | -12/+69 |
| 2021-02-18 | perf intel-pt: Add PSB events | Adrian Hunter | 1 | -0/+40 |
| 2021-02-18 | perf intel-pt: Fix IPC with CYC threshold | Adrian Hunter | 1 | -0/+13 |
| 2021-02-18 | perf intel-pt: Fix premature IPC | Adrian Hunter | 1 | -10/+6 |
| 2021-02-08 | perf report: Support instruction latency | Kan Liang | 1 | -2/+3 |
| 2021-02-08 | perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT | Kan Liang | 1 | -3/+19 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' sample id lookup methods | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2020-09-17 | perf intel-pt: Fix "context_switch event has no tid" error | Adrian Hunter | 1 | -4/+4 |
| 2020-09-01 | perf intel-pt: Fix corrupt data after perf inject from | Al Grant | 1 | -1/+8 |
| 2020-08-06 | perf intel-pt: Add support for decoding FUP/TIP only | Adrian Hunter | 1 | -1/+5 |
| 2020-08-06 | perf intel-pt: Time filter logged perf events | Adrian Hunter | 1 | -3/+16 |
| 2020-08-06 | perf intel-pt: Use itrace debug log flags to suppress some messages | Adrian Hunter | 1 | -7/+10 |
| 2020-08-06 | perf intel-pt: Use itrace error flags to suppress some errors | Adrian Hunter | 1 | -0/+9 |
| 2020-07-10 | perf script: Show text poke address symbol | Adrian Hunter | 1 | -1/+1 |
| 2020-07-10 | perf intel-pt: Add support for text poke events | Adrian Hunter | 1 | -0/+75 |
| 2020-07-06 | perf intel-pt: Fix PEBS sample for XMM registers | Adrian Hunter | 1 | -2/+3 |
| 2020-05-28 | perf intel-pt: Use allocated branch stack for PEBS sample | Adrian Hunter | 1 | -18/+13 |
| 2020-05-05 | perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete... | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf intel-pt: Add support for synthesizing branch stacks for regular events | Adrian Hunter | 1 | -7/+66 |
| 2020-05-05 | perf intel-pt: Change branch stack support to use thread-stacks | Adrian Hunter | 1 | -102/+39 |
| 2020-05-05 | perf intel-pt: Consolidate thread-stack use condition | Adrian Hunter | 1 | -2/+6 |
| 2020-05-05 | perf thread-stack: Add branch stack support | Adrian Hunter | 1 | -1/+1 |
| 2020-05-05 | perf tools: Move routines that probe for perf API features to separate file | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2020-04-18 | perf callchain: Stitch LBR call stack | Kan Liang | 1 | -9/+8 |
| 2020-04-16 | perf intel-pt: Add support for synthesizing callchains for regular events | Adrian Hunter | 1 | -7/+61 |
| 2020-04-16 | perf intel-pt: Implement ->evsel_is_auxtrace() callback | Adrian Hunter | 1 | -0/+10 |
| 2020-03-09 | perf tools: Add hw_idx in struct branch_stack | Kan Liang | 1 | -0/+2 |
| 2019-11-26 | perf maps: Merge 'struct maps' with 'struct map_groups' | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-11-22 | perf intel-pt: Add support for decoding AUX area samples | Adrian Hunter | 1 | -3/+106 |
| 2019-09-25 | libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel' | Jiri Olsa | 1 | -1/+1 |
| 2019-09-25 | libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel' | Jiri Olsa | 1 | -4/+4 |
| 2019-09-20 | perf tools: Move event synthesizing routines to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf tools: Remove perf.h from source files not needing it | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-29 | libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix | Jiri Olsa | 1 | -4/+4 |
| 2019-08-29 | libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e... | Jiri Olsa | 1 | -2/+2 |
| 2019-08-14 | perf intel-pt: Process options for PEBS event synthesis | Adrian Hunter | 1 | -0/+18 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -25/+25 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -5/+5 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -18/+18 |
| 2019-07-09 | perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool | Leo Yan | 1 | -8/+5 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-06-25 | perf intel-pt: Synthesize CBR events when last seen value changes | Adrian Hunter | 1 | -24/+41 |
| 2019-06-17 | perf intel-pt: Add callchain to synthesized PEBS sample | Adrian Hunter | 1 | -0/+8 |
| 2019-06-17 | perf intel-pt: Add memory information to synthesized PEBS sample | Adrian Hunter | 1 | -0/+27 |
| 2019-06-17 | perf intel-pt: Add LBR information to synthesized PEBS sample | Adrian Hunter | 1 | -0/+72 |
| 2019-06-17 | perf intel-pt: Add XMM registers to synthesized PEBS sample | Adrian Hunter | 1 | -1/+29 |
| 2019-06-17 | perf intel-pt: Add gp registers to synthesized PEBS sample | Adrian Hunter | 1 | -0/+69 |
| 2019-06-17 | perf intel-pt: Synthesize PEBS sample basic information | Adrian Hunter | 1 | -2/+50 |
| 2019-06-17 | perf intel-pt: Factor out common sample preparation for re-use | Adrian Hunter | 1 | -7/+16 |
| 2019-06-17 | perf intel-pt: Prepare to synthesize PEBS samples | Adrian Hunter | 1 | -0/+18 |
| 2019-06-17 | perf intel-pt: Add new packets for PEBS via PT | Adrian Hunter | 1 | -1/+2 |
| 2019-06-17 | Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -23/+331 |
| 2019-06-17 | Merge branch 'x86/cpu' into perf/core, to pick up dependent changes | Ingo Molnar | 1 | -10/+1 |
| 2019-06-10 | perf intel-pt: Add support for efficient time interval filtering | Adrian Hunter | 1 | -0/+208 |
| 2019-06-10 | perf intel-pt: Add support for lookahead | Adrian Hunter | 1 | -1/+58 |
| 2019-06-10 | perf intel-pt: Factor out intel_pt_get_buffer() | Adrian Hunter | 1 | -23/+37 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -10/+1 |
| 2019-06-05 | perf intel-pt: Add support for samples to contain IPC ratio | Adrian Hunter | 1 | -0/+29 |
| 2019-05-28 | perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid | Adrian Hunter | 1 | -2/+2 |
| 2019-05-28 | perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events | Adrian Hunter | 1 | -1/+39 |
| 2019-05-28 | perf intel-pt: Fix itrace defaults for perf script | Adrian Hunter | 1 | -1/+2 |
| 2019-03-01 | perf intel-pt: Fix divide by zero when TSC is not available | Adrian Hunter | 1 | -0/+2 |
| 2019-02-06 | perf auxtrace: Add timestamp to auxtrace errors | Adrian Hunter | 1 | -7/+16 |
| 2019-01-02 | perf thread-stack: Fix thread stack processing for the idle task | Adrian Hunter | 1 | -3/+3 |
| 2018-11-05 | perf intel-pt: Add more event information to debug log | Adrian Hunter | 1 | -3/+13 |
| 2018-10-31 | perf intel-pt/bts: Calculate cpumode for synthesized samples | Adrian Hunter | 1 | -9/+13 |
| 2018-10-31 | perf intel-pt: Insert callchain context into synthesized callchains | Adrian Hunter | 1 | -2/+4 |
| 2018-10-24 | perf script: Make itrace script default to all calls | Andi Kleen | 1 | -1/+2 |
| 2018-09-20 | perf intel-pt: Add decoder flags for trace begin / end | Adrian Hunter | 1 | -0/+5 |
| 2018-06-06 | perf intel-pt: Fix "Unexpected indirect branch" error | Adrian Hunter | 1 | -0/+4 |
| 2018-06-06 | perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING | Adrian Hunter | 1 | -0/+1 |
| 2018-04-26 | perf symbols: Shorten dso__(first|last)_symbol() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-26 | perf thread: Make thread__find_map() return the map | Arnaldo Carvalho de Melo | 1 | -4/+2 |
| 2018-04-26 | perf thread: Introduce thread__find_map() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2018-03-08 | perf intel-pt: Adjust overlap-checking to support sampling mode | Adrian Hunter | 1 | -3/+4 |
| 2018-03-08 | perf intel-pt: Remove a check for sampling mode | Adrian Hunter | 1 | -3/+0 |
| 2018-03-08 | perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace() | Adrian Hunter | 1 | -13/+11 |
| 2018-03-08 | perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid() | Adrian Hunter | 1 | -36/+3 |
| 2018-03-08 | perf intel-pt: Fix sync_switch | Adrian Hunter | 1 | -7/+25 |
| 2018-03-08 | perf intel-pt: Fix overlap detection to identify consecutive buffers correctly | Adrian Hunter | 1 | -1/+4 |
| 2018-01-18 | perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize... | Adrian Hunter | 1 | -1/+1 |
| 2018-01-18 | perf intel-pt/bts: Do not swap when synthesizing samples | Adrian Hunter | 1 | -8/+3 |
| 2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -3/+3 |
| 2017-06-30 | perf intel-pt: Synthesize new power and "ptwrite" events | Adrian Hunter | 1 | -0/+283 |
| 2017-06-30 | perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting | Adrian Hunter | 1 | -23/+22 |
| 2017-06-30 | perf intel-pt: Factor out intel_pt_set_event_name() | Adrian Hunter | 1 | -8/+16 |
| 2017-06-30 | perf intel-pt: Tidy messages into called function intel_pt_synth_event() | Adrian Hunter | 1 | -24/+18 |
| 2017-06-30 | perf intel-pt: Tidy Intel PT evsel lookup into separate function | Adrian Hunter | 1 | -10/+15 |
| 2017-06-30 | perf intel-pt: Join needlessly wrapped lines | Adrian Hunter | 1 | -4/+2 |
| 2017-06-30 | perf intel-pt: Remove unused instructions_sample_period | Adrian Hunter | 1 | -2/+0 |
| 2017-06-30 | perf intel-pt: Factor out common code synthesizing event samples | Adrian Hunter | 1 | -122/+100 |
| 2017-06-21 | perf intel-pt: Fix transactions_sample_type | Adrian Hunter | 1 | -0/+1 |
| 2017-06-21 | perf intel-pt: Remove redundant initial_skip checks | Adrian Hunter | 1 | -6/+2 |
| 2017-06-21 | perf intel-pt: Allow decoding with branch tracing disabled | Adrian Hunter | 1 | -0/+14 |
| 2017-04-25 | perf memswap: Split the byteswap memory range wrappers from util.[ch] | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-01-27 | perf tools: Propagate perf_config() errors | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2016-10-24 | perf intel-pt/bts: Report instruction bytes and length in sample | Andi Kleen | 1 | -0/+11 |
| 2016-10-24 | perf intel-pt/bts: Tidy instruction buffer size usage | Adrian Hunter | 1 | -5/+3 |
| 2016-09-29 | perf intel-pt: Fix decoding when there are address filters | Adrian Hunter | 1 | -0/+82 |
| 2016-09-29 | perf intel-pt: Read address filter from AUXTRACE_INFO event | Adrian Hunter | 1 | -0/+51 |
| 2016-09-29 | perf intel-pt: Add a helper function for processing AUXTRACE_INFO | Adrian Hunter | 1 | -4/+8 |
| 2016-09-29 | perf intel-pt: Fix missing error codes processing auxtrace_info | Adrian Hunter | 1 | -0/+2 |
| 2016-09-29 | perf intel-pt: Add support for recording the max non-turbo ratio | Adrian Hunter | 1 | -1/+13 |
| 2016-09-29 | perf intel-pt: Fix snapshot overlap detection decoder errors | Adrian Hunter | 1 | -4/+11 |
| 2016-09-05 | perf symbols: Remove symbol_filter_t machinery | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2016-09-05 | perf machine: Remove machine->symbol_filter and friends | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2016-06-23 | perf auxtrace: Add option to feed branches to the thread stack | Adrian Hunter | 1 | -1/+4 |
| 2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -10/+10 |
| 2016-06-23 | perf config: Move config declarations from util/cache.h to util/config.h | Taeung Song | 1 | -0/+1 |
| 2016-04-23 | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 1 | -1/+1 |
| 2016-04-18 | perf intel-pt: Fix segfault tracing transactions | Adrian Hunter | 1 | -1/+1 |
| 2016-03-30 | perf tools: Add support for skipping itrace instructions | Andi Kleen | 1 | -2/+20 |
| 2016-03-29 | perf tools: Add missing initialization of perf_sample.cpumode in synthesized ... | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2016-02-02 | perf tools: Fix thread lifetime related segfaut in intel_pt | Adrian Hunter | 1 | -0/+9 |
| 2015-12-14 | perf thread: Fix reference count initial state | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2015-09-30 | perf machine: Add method for common kernel_map(FUNCTION) operation | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2015-09-28 | perf intel-pt: Add mispred-all config option to aid use with autofdo | Adrian Hunter | 1 | -0/+14 |
| 2015-09-28 | perf intel-pt: Support generating branch stack | Adrian Hunter | 1 | -0/+115 |
| 2015-09-28 | perf intel-pt: Move branch filter logic | Adrian Hunter | 1 | -3/+3 |
| 2015-09-28 | perf auxtrace: Fix 'instructions' period of zero | Adrian Hunter | 1 | -1/+1 |
| 2015-09-08 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 1 | -25/+104 |
| 2015-09-04 | perf intel-pt: Add support for PERF_RECORD_SWITCH | Adrian Hunter | 1 | -25/+104 |
| 2015-09-02 | perf tools: Fix use of wrong event when processing exit events | Adrian Hunter | 1 | -1/+1 |
| 2015-08-24 | perf tools: Pass Intel PT information for decoding MTC and CYC | Adrian Hunter | 1 | -10/+52 |
| 2015-08-24 | perf tools: Fix Intel PT 'instructions' sample period | Adrian Hunter | 1 | -1/+4 |
| 2015-08-21 | perf tools: Fix Intel PT timestamp handling | Adrian Hunter | 1 | -1/+1 |
| 2015-08-17 | perf tools: Add Intel PT support | Adrian Hunter | 1 | -0/+1911 |