summaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.c
AgeCommit message (Expand)AuthorFilesLines
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-02perf 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
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample parsing methodsArnaldo Carvalho de Melo1-1/+1
2020-11-11perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan1-0/+4
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter1-0/+3
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter1-0/+3
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter1-0/+44
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang1-1/+0
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun1-0/+17
2020-05-28perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-4/+4
2020-05-05perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*()Arnaldo Carvalho de Melo1-3/+3