aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/arch
AgeCommit message (Expand)Author
2019-10-11perf unwind: Fix libunwind build failure on i386 systemsArnaldo Carvalho de Melo
2019-08-16perf record: Fix module size on s390Thomas Richter
2019-08-16perf annotate: Fix s390 gap between kernel end and module startThomas Richter
2019-07-31perf cs-etm: Properly set the value of 'old' and 'head' in snapshot modeMathieu Poirier
2019-06-22perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter
2019-03-19perf tools: Fix compile error with libunwind x86Wang Nan
2019-02-12perf tools: Add Hygon Dhyana supportPu Wen
2019-01-26perf intel-pt: Fix error with config term "pt=0"Adrian Hunter
2018-10-10perf probe powerpc: Ignore SyS symbols irrespective of endiannessSandipan Das
2018-09-26perf powerpc: Fix callchain ip filteringSandipan Das
2018-09-26perf powerpc: Fix callchain ip filtering when return address is in a registerSandipan Das
2018-09-15perf probe powerpc: Fix trace event post-processingSandipan Das
2018-08-24perf tools: Fix compilation errors on gcc8Jiri Olsa
2018-08-24perf report powerpc: Fix crash if callchain is emptySandipan Das
2018-04-26perf record: Fix failed memory allocation for get_cpuid_strThomas Richter
2018-04-12perf probe: Find versioned symbols from mapMasami Hiramatsu
2018-03-19perf annotate: Fix unnecessary memory allocation for s390xThomas Richter
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter
2017-09-05Merge tag 'char-misc-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-08-28perf: cs-etm: Fix ETMv4 CONFIGR entry in perf.data fileMike Leach
2017-08-11perf report: Fix module symbol adjustment for s390xThomas Richter
2017-08-11perf test: Add 'struct test *' to the test functionsArnaldo Carvalho de Melo
2017-07-31perf build: Clarify open-coded header version warning messageIngo Molnar
2017-07-25perf report: Fix kernel symbol adjustment for s390xThomas Richter
2017-07-20perf intel-pt: Always set no branch for dummy eventKan Liang
2017-07-20perf intel-pt: Set no_aux_samples for the tracking eventKan Liang
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter
2017-06-21perf intel-pt: Add default config for pass-through branch enableAdrian Hunter
2017-06-21perf unwind: Support for powerpcPaolo Bonzini
2017-06-19perf intel-pt/bts: Remove unused SAMPLE_SIZE defines and bts priv arrayKim Phillips
2017-06-19perf coresight: Remove superfluous check before useKim Phillips
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo
2017-06-14perf tools: Fix build with ARCH=x86_64Jiada Wang
2017-06-05perf annotate: Add missing powerpc tripletKim Phillips
2017-05-04perf annotate: Fix AArch64 comment charKim Phillips
2017-05-02perf symbols: Allow user probes on versioned symbolsPaul Clarke
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf unwind arm64: Add missing errno.h headerArnaldo Carvalho de Melo
2017-04-11perf annotate s390: Implement jump types for perf annotateChristian Borntraeger