summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf auxtrace: Add missing parameters from kernel-doc commentsAdrian Hunter2018-03-071-0/+2
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-171-0/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-301-0/+2
* perf auxtrace: Add itrace option to output power eventsAdrian Hunter2017-06-271-0/+2
* perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter2017-06-271-0/+2
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf record: Add support for using symbols in address filtersAdrian Hunter2016-09-291-0/+54
* perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-221-0/+1
* perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter2016-06-231-0/+2
* perf tools: Add support for skipping itrace instructionsAndi Kleen2016-03-301-0/+2
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier2016-01-291-2/+4
* perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter2015-09-281-0/+4
* perf tools: Add Intel BTS supportAdrian Hunter2015-08-211-0/+1
* perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter2015-08-171-0/+1
* perf tools: Allow auxtrace data alignmentAdrian Hunter2015-06-231-0/+1
* perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter2015-05-051-0/+11
* perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter2015-05-051-0/+41
* perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter2015-05-051-0/+2
* perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2015-05-051-0/+128
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-041-0/+35
* perf auxtrace: Add a hashtable for cachingAdrian Hunter2015-04-291-0/+14
* perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter2015-04-291-0/+13
* perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter2015-04-291-0/+29
* perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter2015-04-291-0/+87
* perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter2015-04-291-0/+14
* perf session: Add instruction tracing optionsAdrian Hunter2015-04-291-0/+43
* perf session: Add hooks to allow transparent decoding of AUX area tracing dataAdrian Hunter2015-04-291-0/+55
* perf auxtrace: Add support for AUX area recordingAdrian Hunter2015-04-291-1/+55
* perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter2015-04-291-0/+117