aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()Arnaldo Carvalho de Melo1-3/+3
2020-05-05perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter1-1/+5
2020-05-05perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo1-0/+1
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event()Adrian Hunter1-19/+0
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter1-1/+5
2020-04-16perf auxtrace: For reporting purposes, un-group AUX area eventAdrian Hunter1-5/+55
2020-04-16perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+9
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-1/+21
2019-11-22perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter1-0/+107
2019-11-22perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter1-0/+10