summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm/util/cs-etm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter2020-02-181-19/+2
* perf cs-etm: Fix endless record after being terminatedWei Li2020-02-181-1/+4
* perf parse: Refactor 'struct perf_evsel_config_term'Leo Yan2020-01-301-1/+1
* perf evsel: Move config terms to a separate headerArnaldo Carvalho de Melo2019-09-251-0/+1
* libperf: Move 'page_size' global variable to libperfJiri Olsa2019-09-251-1/+1
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-251-1/+1
* libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa2019-09-251-1/+1
* perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2019-09-201-1/+1
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-09-011-0/+1
* perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo2019-09-011-1/+0
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-09-011-0/+1
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-291-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-2/+2
* perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev2019-08-281-1/+2
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-261-1/+1
* libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa2019-08-221-4/+4
* perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa2019-08-221-2/+2
* libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-291-4/+4
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-3/+3
* libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa2019-07-291-14/+14
* libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-3/+3
* perf evsel: Rename perf_evsel__disable() to evsel__disable()Jiri Olsa2019-07-291-1/+1
* perf evsel: Rename perf_evsel__enable() to evsel__enable()Jiri Olsa2019-07-291-1/+1
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-4/+4
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-291-10/+10
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-8/+8
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-0/+1
* perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo2019-06-251-0/+1
* perf: cs-etm: Optimize option setup for CPU-wide sessionsMathieu Poirier2019-06-171-12/+8
* perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier2019-06-101-4/+123
* perf cs-etm: Configure SWITCH_EVENTS in CPU-wide modeMathieu Poirier2019-06-101-0/+3
* perf cs-etm: Configure timestamp generation in CPU-wide modeMathieu Poirier2019-06-101-0/+57
* perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier2019-06-101-19/+107
* perf coresight: Remove set_drv_config() APIMathieu Poirier2019-02-061-54/+0
* perf arm cs-etm: Use event attributes to send sink information to kernelMathieu Poirier2019-02-061-0/+44
* coresight: Move to SPDX identifierMathieu Poirier2018-04-191-12/+1
* perf cs-etm: Properly deal with cpu mapsMathieu Poirier2018-02-161-15/+36
* perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach2017-08-281-1/+27
* perf coresight: Remove superfluous check before useKim Phillips2017-06-191-13/+12
* tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo2017-06-191-2/+2
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf coresight: Removing miscellaneous debug outputMathieu Poirier2016-10-241-2/+0
* perf tools: Add sink configuration for cs_etm PMUMathieu Poirier2016-09-221-0/+58
* perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-221-0/+559