aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-08perf auxtrace: Change to use SMP memory barriersLeo Yan1-3/+3
2021-06-01perf auxtrace: Factor out itrace_do_parse_synth_opts()Adrian Hunter1-0/+10
2021-05-25perf auxtrace: Make perf_event__process_auxtrace*() callableArnaldo Carvalho de Melo1-3/+20
2021-05-12perf auxtrace: Allow buffers to be mapped read / writeAdrian Hunter1-1/+5
2021-05-12perf inject: Add --vm-time-correlation optionAdrian Hunter1-0/+6
2021-05-12perf auxtrace: Add Z itrace option for timeless decodingAdrian Hunter1-0/+2
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter1-0/+6
2020-11-11perf auxtrace: Add itrace option '-M' for memory eventsLeo Yan1-0/+2
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-1/+9
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter1-1/+11
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter1-1/+5
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun1-1/+14
2020-05-05perf auxtrace: Add option to synthesize branch stack for regular eventsAdrian Hunter1-0/+2
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter1-0/+2
2020-04-16perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+12
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-0/+6
2019-11-22perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter1-0/+15
2019-11-22perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter1-0/+11
2019-11-22perf auxtrace: Add support for AUX area sample recordingAdrian Hunter1-0/+17
2019-11-06perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter1-0/+1
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa1-4/+4
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-15/+2
2019-09-20perf auxtrace: Add missing 'struct perf_sample' forward declarationArnaldo Carvalho de Melo1-0/+1
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-36/+7
2019-08-31perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo1-0/+5
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-1/+0
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-4/+4
2019-08-14perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter1-0/+3
2019-08-14perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-12/+12
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-0/+34
2019-06-10perf auxtrace: Add perf time interval to itrace_synth_opsAdrian Hunter1-0/+34
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter1-1/+1
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter1-0/+3
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+4
2018-10-08perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONGArnaldo Carvalho de Melo1-0/+1
2018-09-19perf tools: Report itrace options in helpAndi Kleen1-0/+19
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa1-0/+1
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa1-2/+3
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa1-3/+2
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-6/+4
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter1-0/+1
2018-03-07perf auxtrace: Add missing parameters from kernel-doc commentsAdrian Hunter1-0/+2
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter1-0/+2