summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.c
Commit message (Expand)AuthorAgeFilesLines
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-8/+8
* libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...Jiri Olsa2019-08-291-1/+1
* libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa2019-08-291-1/+1
* perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-281-0/+1
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-261-1/+1
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-2/+2
* perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter2019-08-141-0/+4
* perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin2019-08-141-2/+12
* libperf: Add threads to struct perf_evlistJiri Olsa2019-07-291-3/+3
* libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-291-1/+1
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-5/+5
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-4/+4
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-2/+2
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-3/+2
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar2019-06-171-10/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* | perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter2019-05-281-1/+2
|/
* perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter2019-03-011-1/+2
* perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-061-2/+20
* perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-02-061-2/+2
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-061-0/+1
* perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter2018-12-181-7/+4
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-5/+12
* perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa2018-09-191-1/+1
* perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa2018-09-191-5/+6
* perf tools: Remove perf_tool from event_op3Jiri Olsa2018-09-191-4/+3
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-6/+4
* perf auxtrace: Fix queue resizeAdrian Hunter2018-08-141-0/+3
* perf auxtrace: Support for perf report -D for s390Thomas Richter2018-08-031-0/+3
* 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