summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-12/+12
* Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-06-171-0/+34
|\
| * perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter2019-06-101-0/+34
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
|/
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-1/+1
* perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-02-061-0/+3
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+4
* perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONGArnaldo Carvalho de Melo2018-10-081-0/+1
* perf tools: Report itrace options in helpAndi Kleen2018-09-191-0/+19
* perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa2018-09-191-0/+1
* perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa2018-09-191-2/+3
* perf tools: Remove perf_tool from event_op3Jiri Olsa2018-09-191-3/+2
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-6/+4
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-031-0/+1