summaryrefslogtreecommitdiff
path: root/tools/perf/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2020-06-01perf libdw: Fix off-by 1 relative directory includesIan Rogers1-3/+3
2020-05-05perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()Arnaldo Carvalho de Melo1-6/+6
2020-04-03perf symbols: Fix arm64 gap between kernel start and module endKemeng Shi2-0/+28
2020-03-23perf symbols: Consolidate symbol fixup issueLeo Yan2-20/+0
2020-03-06tools: Fix off-by 1 relative directory includesIan Rogers2-11/+11
2020-02-18perf auxtrace: Add auxtrace_record__read_finish()Adrian Hunter1-18/+2
2020-02-18perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2020-02-12perf tools: Add arm64 version of get_cpuid()John Garry1-15/+48
2019-12-02perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo1-2/+2
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo1-1/+1
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-06perf tools: Fix cross compile for ARM64John Garry1-1/+2
2019-10-10perf tools: Avoid 'sample_reg_masks' being const + weakIan Rogers2-0/+7
2019-09-30perf annotate: Fix arch specific ->init() failure errorsArnaldo Carvalho de Melo1-2/+2
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-1/+1
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa1-1/+1
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+3
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo2-2/+1
2019-09-20perf tools: Remove debug.h from places where it is not neededArnaldo Carvalho de Melo1-1/+1
2019-09-01perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-09-01perf tools: Remove needless map.h include directivesArnaldo Carvalho de Melo1-5/+3
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-28perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checksIgor Lubashev1-1/+2
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-08-22perf arm64: Add missing debug.h headerArnaldo Carvalho de Melo1-0/+1
2019-07-30libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-6/+6
2019-07-30libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-2/+2
2019-07-30perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-3/+3
2019-07-30perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-3/+3
2019-07-30perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2-7/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-7/+2
2019-06-17perf tests arm64: Compile tests unconditionallyRaphael Gault2-2/+2
2019-05-28perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov1-1/+1
2019-03-06perf annotate: Calculate the max instruction name, align column to thatArnaldo Carvalho de Melo1-1/+1
2019-02-14perf tools: Rename build libperf to perfJiri Olsa3-11/+11
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-0/+1
2018-10-19perf arm64: Fix generate system call table failed with /tmp mounted with noexecHongxu Jia1-1/+1
2018-08-30perf annotate: Handle arm64 move instructionsKim Phillips1-1/+58
2018-08-30perf arm64: Fix include path for asm-generic/unistd.hKim Phillips2-5/+6
2018-08-14perf arm spe: Fix uninitialized record error variableKim Phillips1-0/+1
2018-07-24perf arm64: Generate system call table from asm/unistd.hKim Phillips2-0/+83
2018-04-26perf map: Remove map_type arg from map_groups__find()Arnaldo Carvalho de Melo1-1/+1
2018-04-26perf map: Shorten map_groups__find() signatureArnaldo Carvalho de Melo1-1/+1
2018-03-16perf tools arm64: Add libdw DWARF post unwind support for ARM64Kim Phillips5-0/+91
2018-01-17perf tools: Add ARM Statistical Profiling Extensions (SPE) supportKim Phillips2-1/+227
2017-12-27perf probe arm64: Fix symbol fixup issues due to ELF typeKim Phillips2-0/+23