summaryrefslogtreecommitdiffstats
path: root/tools/perf/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-312-0/+2
* perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo2019-08-292-0/+2
* 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-292-16/+16
* 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-292-5/+5
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-292-11/+11
* 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-093-0/+3
* perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo2019-06-251-0/+1
* Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-241-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+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
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* perf tools: Rename build libperf to perfJiri Olsa2019-02-143-10/+10
* perf coresight: Remove set_drv_config() APIMathieu Poirier2019-02-063-59/+0
* perf arm cs-etm: Use event attributes to send sink information to kernelMathieu Poirier2019-02-061-0/+44
* perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-061-0/+1
* perf arm pmu: Add missing linux/string.h headerArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tests: Add a test for the ARM 32-bit [vectors] pageFlorian Fainelli2019-01-083-0/+29
* perf map: Remove map_type arg from map_groups__find()Arnaldo Carvalho de Melo2018-04-261-1/+1
* perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo2018-04-261-1/+1
* coresight: Move to SPDX identifierMathieu Poirier2018-04-194-48/+4
* perf tests: Run dwarf unwind test on arm32Kim Phillips2018-04-123-0/+30
* perf cs-etm: Properly deal with cpu mapsMathieu Poirier2018-02-161-15/+36
* perf auxtrace arm: Fixing uninitialised variableMathieu Poirier2018-02-161-1/+1
* perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2018-01-172-6/+77
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-077-0/+7
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* | perf annotate: Remove arch::cpuid_parse callbackJiri Olsa2017-10-231-1/+2
|/
* 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: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo2017-04-191-2/+2