aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers1-3/+6
2025-10-25perf auxtrace: Add auxtrace_synth_id_range_start() helpertanze1-0/+16
2025-10-01perf powerpc: Process auxtrace events and display in 'perf report -D'Athira Rajeev1-0/+3
2025-10-01perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pmu on powerpcAthira Rajeev1-0/+1
2025-09-19perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()Gautam Menghani1-4/+1
2025-07-25perf auxtrace: Pass perf_env from session through to mmap readIan Rogers1-6/+7
2025-02-12perf sample: Make user_regs and intr_regs optionalIan Rogers1-6/+9
2024-12-18perf tools: Parse aux-actionAdrian Hunter1-5/+62
2024-08-28perf auxtrace: Use evsel__is_aux_event() for checking AUX eventLeo Yan1-2/+2
2024-08-12perf tool: Constify tool pointersIan Rogers1-6/+6
2024-05-07perf auxtrace: Allow number of queues to be specifiedJames Clark1-2/+7
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-1/+1
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers1-2/+2
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers1-2/+2
2023-11-27perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan1-0/+3
2023-04-04perf map: Add accessor for dsoIan Rogers1-1/+1
2023-04-04perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter1-1/+4
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson1-2/+7
2023-02-01perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim1-0/+3
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter1-1/+1
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo1-0/+1
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter1-1/+9
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu1-0/+3
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu1-0/+1
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter1-0/+13
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter1-6/+24
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter1-1/+1
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter1-2/+3
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter1-2/+8
2022-05-10perf auxtrace: Do not mix up mmap idxAdrian Hunter1-2/+8
2022-05-10perf auxtrace: Move evlist__enable_event_idx() to auxtrace.cAdrian Hunter1-0/+10
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers1-1/+1
2022-02-15perf auxtrace: Add itrace option "I"Adrian Hunter1-0/+4
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-1/+1
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-6/+6
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter1-0/+3
2021-08-31perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}Leo Yan1-4/+84
2021-08-09perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan1-5/+0
2021-08-09perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan1-8/+5
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-6/+6
2021-06-01perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter1-3/+7
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter1-2/+3
2021-05-12perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter1-0/+3
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan1-1/+1
2021-03-10perf auxtrace: Fix auxtrace queue conflictAdrian Hunter1-4/+0
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter1-0/+15
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event group methodsArnaldo Carvalho de Melo1-4/+2
2020-11-30perf evlist: Use the right prefix for 'struct evlist' enable event methodsArnaldo Carvalho de Melo1-2/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo1-2/+2