summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use kallsyms__is_function()Arnaldo Carvalho de Melo2018-04-261-2/+2
* perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo2018-04-261-4/+4
* perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter2018-04-061-10/+10
* perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter2018-04-051-30/+24
* perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptrAdrian Hunter2018-03-071-8/+15
* perf auxtrace: Rename some buffer-queuing functionsAdrian Hunter2018-03-071-10/+10
* perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter2018-03-061-6/+9
* perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier2018-01-251-0/+2
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-171-0/+3
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-3/+0
* perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-2/+2
* perf auxtrace: Add CPU filter supportAdrian Hunter2017-06-301-0/+10
* perf auxtrace: Add itrace option to output power eventsAdrian Hunter2017-06-271-0/+4
* perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter2017-06-271-0/+4
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-2/+3
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter2017-03-271-2/+2
* perf record: Add support for using symbols in address filtersAdrian Hunter2016-09-291-0/+737
* perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-221-0/+1
* perf tools: Add support for skipping itrace instructionsAndi Kleen2016-03-301-0/+7
* perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier2016-01-291-3/+4
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter2015-09-281-0/+20
* perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter2015-09-281-1/+3
* perf tools: Add Intel BTS supportAdrian Hunter2015-08-211-0/+3
* perf tools: Take Intel PT into useAdrian Hunter2015-08-171-1/+4
* perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter2015-08-171-0/+1
* perf auxtrace: Fix period type 'i' not workingAdrian Hunter2015-08-061-1/+5
* perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTAdrian Hunter2015-07-151-5/+5
* perf tools: Allow auxtrace data alignmentAdrian Hunter2015-06-231-0/+7
* perf thread_map: Don't access the array entries directlyJiri Olsa2015-06-231-2/+2
* perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter2015-05-051-10/+75
* perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter2015-05-051-1/+4
* perf tools: Add AUX area tracing indexAdrian Hunter2015-05-041-0/+215
* perf auxtrace: Add a hashtable for cachingAdrian Hunter2015-04-291-0/+123
* perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter2015-04-291-1/+51
* perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter2015-04-291-0/+85
* perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter2015-04-291-0/+305
* perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter2015-04-291-0/+81
* perf session: Add instruction tracing optionsAdrian Hunter2015-04-291-0/+136
* perf auxtrace: Add support for AUX area recordingAdrian Hunter2015-04-291-0/+176
* perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter2015-04-291-0/+113
OpenPOWER on IntegriCloud