summaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.c
AgeCommit message (Expand)Author
2023-12-12libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...Ian Rogers
2023-11-27perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-02-17perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson
2023-02-01perf intel-pt: Do not try to queue auxtrace data on pipeNamhyung Kim
2023-01-11perf auxtrace: Fix address filter duplicate symbol selectionAdrian Hunter
2022-10-31perf tools: Move 'struct perf_sample' to a separate header file to disentangl...Arnaldo Carvalho de Melo
2022-10-26perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter
2022-10-15perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packetQi Liu
2022-10-15perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter
2022-07-20perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter
2022-05-26perf tools: Allow all_cpus to be a superset of user_requested_cpusAdrian Hunter
2022-05-26perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter
2022-05-26perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter
2022-05-10perf auxtrace: Do not mix up mmap idxAdrian Hunter
2022-05-10perf auxtrace: Move evlist__enable_event_idx() to auxtrace.cAdrian Hunter
2022-04-01perf evlist: Rename cpus to user_requested_cpusIan Rogers
2022-02-15perf auxtrace: Add itrace option "I"Adrian Hunter
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-10-27perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter
2021-08-31perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}Leo Yan
2021-08-09perf: Cleanup for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTLeo Yan
2021-08-09perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-06-01perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter
2021-05-12perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter
2021-04-23perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan
2021-03-10perf auxtrace: Fix auxtrace queue conflictAdrian Hunter
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter
2020-11-30perf evlist: Use the right prefix for 'struct evlist' event group methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' enable event methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample parsing methodsArnaldo Carvalho de Melo
2020-11-11perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun
2020-05-28perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__*filter*() to evsel__*filter*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()Arnaldo Carvalho de Melo
2020-05-05perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter