aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/auxtrace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-1/+21
2019-11-22perf auxtrace: Add support for queuing AUX area samplesAdrian Hunter1-0/+107
2019-11-22perf auxtrace: Add support for dumping AUX area samplesAdrian Hunter1-0/+10
2019-11-22perf record: Add aux-sample-size config termAdrian Hunter1-1/+75
2019-11-22perf auxtrace: Add support for AUX area sample recordingAdrian Hunter1-0/+107
2019-11-22perf auxtrace: Move perf_evsel__find_pmu()Adrian Hunter1-12/+12
2019-11-06perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter1-0/+28
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+0
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa1-3/+3
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+3
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+33
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-8/+8
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf/event.hJiri Olsa1-1/+1
2019-08-29libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa1-1/+1
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-1/+1
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa1-2/+2
2019-08-14perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter1-0/+4
2019-08-14perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin1-2/+12
2019-07-29libperf: Add threads to struct perf_evlistJiri Olsa1-3/+3
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa1-1/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-5/+5
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-4/+4
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-2/+2
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-3/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar1-10/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-05-28perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter1-1/+2
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter1-1/+2
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter1-2/+20
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter1-2/+2
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo1-0/+1
2018-12-18perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter1-7/+4
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