summaryrefslogtreecommitdiff
path: root/tools/perf/arch
AgeCommit message (Expand)Author
2017-11-16s390/perf: add perf register support for floating-point registersHendrik Brueckner
2017-11-16s390/perf: define common DWARF register string tableHendrik Brueckner
2017-11-16s390/perf: add support for perf_regs and libdwHeiko Carstens
2017-11-16s390/perf: add callback to perf to enable using AUX bufferPu Hou
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-23perf annotate: Remove arch::cpuid_parse callbackJiri Olsa
2017-10-02Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo
2017-09-28perf test: Fix vmlinux failure on s390x part 2Thomas Richter
2017-09-28perf test: Fix vmlinux failure on s390xThomas Richter
2017-09-21perf tests: Remove Intel CQM perf testXiaochen Shen
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
2017-04-04perf sdt powerpc: Add argument supportRavi Bangoria
2017-03-31perf trace: Beautify statx syscall 'flag' and 'mask' argumentsArnaldo Carvalho de Melo
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria
2017-03-28perf/sdt/x86: Add renaming logic for (missing) 8 bit registersRavi Bangoria
2017-03-21perf sdt x86: Add renaming logic for rNN and other registersRavi Bangoria
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont
2017-03-14perf powerpc: Choose local entry point with kretprobesNaveen N. Rao
2017-02-08perf tools arm64: Add support for generating bpf prologueHe Kuang
2017-01-26perf probe: Fix wrong register name for arm64He Kuang