aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-5/+12
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa1-1/+1
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa1-5/+6
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa1-4/+3
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-6/+4
2018-08-14perf auxtrace: Fix queue resizeAdrian Hunter1-0/+3
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter1-0/+3
2018-04-26perf tools: Use kallsyms__is_function()Arnaldo Carvalho de Melo1-2/+2
2018-04-26perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo1-4/+4
2018-04-06perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter1-10/+10
2018-04-05perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter1-30/+24
2018-03-07perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptrAdrian Hunter1-8/+15
2018-03-07perf auxtrace: Rename some buffer-queuing functionsAdrian Hunter1-10/+10
2018-03-06perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter1-6/+9
2018-01-25perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier1-0/+2
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips1-0/+3
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-3/+0
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-2/+2
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter1-0/+10
2017-06-27perf auxtrace: Add itrace option to output power eventsAdrian Hunter1-0/+4
2017-06-27perf auxtrace: Add itrace option to output ptwrite eventsAdrian Hunter1-0/+4
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-2/+3
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter1-2/+2
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter1-0/+737
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier1-0/+1
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen1-0/+7
2016-01-29perf auxtrace: Add perf_evlist pointer to *info_priv_size()Mathieu Poirier1-3/+4
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-09-28perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter1-0/+20
2015-09-28perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter1-1/+3
2015-08-21perf tools: Add Intel BTS supportAdrian Hunter1-0/+3
2015-08-17perf tools: Take Intel PT into useAdrian Hunter1-1/+4
2015-08-17perf auxtrace: Add Intel PT as an AUX area tracing typeAdrian Hunter1-0/+1
2015-08-06perf auxtrace: Fix period type 'i' not workingAdrian Hunter1-1/+5
2015-07-15perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTAdrian Hunter1-5/+5
2015-06-23perf tools: Allow auxtrace data alignmentAdrian Hunter1-0/+7
2015-06-23perf thread_map: Don't access the array entries directlyJiri Olsa1-2/+2
2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter1-10/+75
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter1-1/+4
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter1-0/+215
2015-04-29perf auxtrace: Add a hashtable for cachingAdrian Hunter1-0/+123
2015-04-29perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter1-1/+51
2015-04-29perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter1-0/+85
2015-04-29perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter1-0/+305
2015-04-29perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter1-0/+81
2015-04-29perf session: Add instruction tracing optionsAdrian Hunter1-0/+136
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter1-0/+176
2015-04-29perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter1-0/+113