aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter1-0/+2
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter1-0/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter1-0/+54
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier1-0/+1
2016-06-23perf auxtrace: Add option to feed branches to the thread stackAdrian Hunter1-0/+2
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen1-0/+2
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-01-29perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier1-2/+4
2015-09-28perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter1-0/+4
2015-08-21perf tools: Add Intel BTS supportAdrian Hunter1-0/+1
2015-08-17perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter1-0/+1
2015-06-23perf tools: Allow auxtrace data alignmentAdrian Hunter1-0/+1
2015-05-05perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter1-0/+11
2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter1-0/+41
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter1-0/+2
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter1-0/+128
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter1-0/+35
2015-04-29perf auxtrace: Add a hashtable for cachingAdrian Hunter1-0/+14
2015-04-29perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter1-0/+13
2015-04-29perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter1-0/+29
2015-04-29perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter1-0/+87
2015-04-29perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter1-0/+14
2015-04-29perf session: Add instruction tracing optionsAdrian Hunter1-0/+43
2015-04-29perf session: Add hooks to allow transparent decoding of AUX area tracing dataAdrian Hunter1-0/+55
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter1-1/+55
2015-04-29perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter1-0/+117