| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | perf tools: Rename build libperf to perf | Jiri Olsa | 2019-02-14 | 3 | -10/+10 |
* | perf coresight: Remove set_drv_config() API | Mathieu Poirier | 2019-02-06 | 3 | -59/+0 |
* | perf arm cs-etm: Use event attributes to send sink information to kernel | Mathieu Poirier | 2019-02-06 | 1 | -0/+44 |
* | perf map: Move structs and prototypes for map groups to a separate header | Arnaldo Carvalho de Melo | 2019-02-06 | 1 | -0/+1 |
* | perf arm pmu: Add missing linux/string.h header | Arnaldo Carvalho de Melo | 2019-02-06 | 1 | -0/+1 |
* | perf tests: Add a test for the ARM 32-bit [vectors] page | Florian Fainelli | 2019-01-08 | 3 | -0/+29 |
* | perf map: Remove map_type arg from map_groups__find() | Arnaldo Carvalho de Melo | 2018-04-26 | 1 | -1/+1 |
* | perf map: Shorten map_groups__find() signature | Arnaldo Carvalho de Melo | 2018-04-26 | 1 | -1/+1 |
* | coresight: Move to SPDX identifier | Mathieu Poirier | 2018-04-19 | 4 | -48/+4 |
* | perf tests: Run dwarf unwind test on arm32 | Kim Phillips | 2018-04-12 | 3 | -0/+30 |
* | perf cs-etm: Properly deal with cpu maps | Mathieu Poirier | 2018-02-16 | 1 | -15/+36 |
* | perf auxtrace arm: Fixing uninitialised variable | Mathieu Poirier | 2018-02-16 | 1 | -1/+1 |
* | perf tools: Add ARM Statistical Profiling Extensions (SPE) support | Kim Phillips | 2018-01-17 | 2 | -6/+77 |
* | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 | 7 | -0/+7 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 7 | -0/+7 |
* | | perf annotate: Remove arch::cpuid_parse callback | Jiri Olsa | 2017-10-23 | 1 | -1/+2 |
|/ |
|
* | perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data file | Mike Leach | 2017-08-28 | 1 | -1/+27 |
* | perf coresight: Remove superfluous check before use | Kim Phillips | 2017-06-19 | 1 | -13/+12 |
* | tools: Adopt __printf from kernel sources | Arnaldo Carvalho de Melo | 2017-06-19 | 1 | -2/+2 |
* | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 2017-04-24 | 1 | -0/+1 |
* | perf tools: Remove string.h, unistd.h and sys/stat.h from util.h | Arnaldo Carvalho de Melo | 2017-04-24 | 1 | -0/+1 |
* | perf tools: Replace STR() calls with __stringify() | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -2/+2 |
* | perf annotate: Improve support for ARM | Arnaldo Carvalho de Melo | 2016-11-25 | 1 | -89/+58 |
* | perf annotate: Add per arch instructions annotate handlers | Arnaldo Carvalho de Melo | 2016-11-17 | 1 | -0/+90 |
* | perf coresight: Removing miscellaneous debug output | Mathieu Poirier | 2016-10-24 | 1 | -2/+0 |
* | perf tools: Add sink configuration for cs_etm PMU | Mathieu Poirier | 2016-09-22 | 3 | -0/+63 |
* | perf tools: Add coresight etm PMU record capabilities | Mathieu Poirier | 2016-09-22 | 4 | -1/+637 |
* | perf tools: Make coresight PMU listable | Mathieu Poirier | 2016-09-22 | 2 | -0/+36 |
* | perf probe: Support probing on offline cross-arch binary | Masami Hiramatsu | 2016-09-01 | 1 | -0/+9 |
* | perf unwind: Separate local/remote libunwind config | He Kuang | 2016-06-07 | 1 | -1/+1 |
* | perf jitdump: Build only on supported archs | Jiri Olsa | 2016-03-10 | 1 | -0/+1 |
* | perf build: Add arch arm objects building | Jiri Olsa | 2015-02-12 | 4 | -11/+8 |
* | perf build: Add arch x86 objects building | Jiri Olsa | 2015-02-12 | 1 | -0/+0 |
* | perf tool: fix compilation for ARM | Stephane Eranian | 2014-09-17 | 2 | -0/+2 |
* | perf tools: Add libdw DWARF post unwind support for ARM | Jean Pihet | 2014-05-16 | 2 | -0/+41 |
* | perf tests: Add dwarf unwind test on ARM | Jean Pihet | 2014-05-16 | 3 | -0/+64 |
* | perf tests: Introduce perf_regs_load function on ARM | Jean Pihet | 2014-05-16 | 3 | -0/+61 |
* | perf tools: Consolidate types.h for ARM and ARM64 | Jean Pihet | 2014-05-16 | 1 | -1/+1 |
* | perf callchain: Rename unwind__arch_reg_id into libunwind__arch_reg_id | Jiri Olsa | 2014-02-18 | 1 | -1/+1 |
* | perf callchain: Separate libunwind code to special object | Jiri Olsa | 2014-02-18 | 2 | -1/+1 |
* | ARM: perf: wire up perf_regs and unwind support for ARM | Will Deacon | 2013-09-30 | 3 | -0/+105 |
* | perf tools: Fix build on non-glibc systems due to libio.h absence | Cody P Schafer | 2013-03-15 | 1 | -4/+1 |
* | ARM: fix perf build with uclibc toolchains | Florian Fainelli | 2011-08-12 | 1 | -0/+3 |
* | ARM: 6198/1: perf probe: Add ARM DWARF register number mappings | Will Deacon | 2010-07-09 | 2 | -0/+68 |