summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.h
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Allow number of queues to be specifiedJames Clark2024-05-071-0/+1
* perf auxtrace: Add 'T' itrace option for timestamp traceLeo Yan2023-11-271-0/+3
* perf intel-pt: Synthesize cycle eventsSteinar H. Gunderson2023-02-171-1/+6
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-1/+1
* perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driverQi Liu2022-10-151-0/+1
* perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter2022-10-041-0/+3
* perf auxtrace: Add machine_pid and vcpu to auxtrace_errorAdrian Hunter2022-07-201-0/+4
* perf auxtrace: Remove auxtrace_mmap_params__set_idx() per_cpu parameterAdrian Hunter2022-05-261-4/+2
* perf auxtrace: Add mmap_needed to auxtrace_mmap_paramsAdrian Hunter2022-05-261-2/+9
* perf auxtrace: Add itrace option "I"Adrian Hunter2022-02-151-0/+4
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-2/+3
* perf auxtrace: Add itrace d+o option to direct debug log to stdoutAdrian Hunter2021-10-271-0/+2
* perf auxtrace: Add itrace A option to approximate IPCAdrian Hunter2021-10-271-0/+3
* perf auxtrace: Add missing Z option to ITRACE_HELPAdrian Hunter2021-10-271-0/+1
* perf auxtrace: Add compat_auxtrace_mmap__{read_head|write_tail}Leo Yan2021-08-311-3/+19
* perf auxtrace: Remove auxtrace_mmap__read_snapshot_head()Leo Yan2021-08-091-10/+0
* perf auxtrace: Drop legacy __sync functionsLeo Yan2021-08-091-19/+0
* perf auxtrace: Use WRITE_ONCE() for updating aux_tailLeo Yan2021-08-091-1/+1
* perf auxtrace: Change to use SMP memory barriersLeo Yan2021-06-081-3/+3
* perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter2021-06-011-0/+10
* perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo2021-05-251-3/+20
* perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter2021-05-121-1/+5
* perf inject: Add --vm-time-correlation optionAdrian Hunter2021-05-121-0/+6
* perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter2021-05-121-0/+2
* perf auxtrace: Automatically group aux-output eventsAdrian Hunter2021-02-181-0/+6
* perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan2020-11-111-0/+2
* perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter2020-08-061-0/+3
* perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter2020-08-061-1/+9
* perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter2020-08-061-1/+11
* perf auxtrace: Add missing itrace options to help textAdrian Hunter2020-08-061-1/+5
* perf auxtrace: Add four itrace optionsTan Xiaojun2020-06-011-1/+14
* perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter2020-05-051-0/+2
* perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter2020-04-161-0/+2
* perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter2020-04-161-0/+12
* perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter2020-02-181-0/+6
* perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter2019-11-221-0/+15
* perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter2019-11-221-0/+11
* perf auxtrace: Add support for AUX area sample recordingAdrian Hunter2019-11-221-0/+17
* perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter2019-11-061-0/+1
* perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa2019-09-251-4/+4
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-201-15/+2
* perf auxtrace: Add missing 'struct perf_sample' forward declarationArnaldo Carvalho de Melo2019-09-201-0/+1
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-36/+7
* perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo2019-08-311-0/+5
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-291-1/+1
* perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-291-1/+0
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-291-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-4/+4
* perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter2019-08-141-0/+3
* perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin2019-08-141-1/+1