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