summaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.c
AgeCommit message (Expand)Author
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo
2019-09-25perf tools: Rename 'struct perf_mmap' to 'struct mmap'Jiri Olsa
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...Jiri Olsa
2019-08-29libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.hJiri Olsa
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-14perf tools: Add itrace option 'o' to synthesize aux-output eventsAdrian Hunter
2019-08-14perf record: Add an option to take an AUX snapshot on exitAlexander Shishkin
2019-07-29libperf: Add threads to struct perf_evlistJiri Olsa
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-28perf auxtrace: Fix itrace defaults for perf scriptAdrian Hunter
2019-03-01perf auxtrace: Improve address filter error message when there is no DSOAdrian Hunter
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter
2019-02-06perf auxtrace: Define auxtrace record alignmentAdrian Hunter
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo
2018-12-18perf auxtrace: Alter addr_filter__entire_dso() to work if there are no symbolsAdrian Hunter
2018-10-24perf script: Make itrace script default to all callsAndi Kleen
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa
2018-09-19perf tools: Remove perf_tool from event_op3Jiri Olsa
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-14perf auxtrace: Fix queue resizeAdrian Hunter
2018-08-03perf auxtrace: Support for perf report -D for s390Thomas Richter
2018-04-26perf tools: Use kallsyms__is_function()Arnaldo Carvalho de Melo
2018-04-26perf symbols: Shorten dso__(first|last)_symbol()Arnaldo Carvalho de Melo
2018-04-06perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filteringAdrian Hunter
2018-04-05perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct bufferAdrian Hunter
2018-03-07perf auxtrace: Make auxtrace_queues__add_buffer() return buffer_ptrAdrian Hunter
2018-03-07perf auxtrace: Rename some buffer-queuing functionsAdrian Hunter
2018-03-06perf auxtrace: Prevent decoding when --no-itraceAdrian Hunter
2018-01-25perf tools: Add initial entry point for decoder CoreSight tracesMathieu Poirier
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa