summaryrefslogtreecommitdiff
path: root/tools/perf/arch/common.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-12perf tools riscv: Add support for riscv lookup_binutils_pathParan Lee1-0/+18
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+2
2023-04-04perf annotate: Own objdump_path and disassembler_style stringsIan Rogers1-2/+2
2023-03-23sh: remove sh5/sh64 last fragmentsRandy Dunlap1-2/+0
2019-09-01perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Add missing headers, mostly stdlib.hArnaldo Carvalho de Melo1-0/+1
2018-12-17perf annotate: Introduce basic support for ARCEugeniy Paltsev1-1/+10
2018-12-17perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter1-0/+10
2018-06-04perf annotate: Move objdump_path to struct annotation_optionsArnaldo Carvalho de Melo1-2/+2
2017-12-27perf env: Adopt perf_env__arch() from the annotate codeArnaldo Carvalho de Melo1-41/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-05perf annotate: Add missing powerpc tripletKim Phillips1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo1-0/+1
2016-06-27perf tools: Add more toolchain tripletsRavi Bangoria1-0/+17
2016-06-07perf tools: Export normalize_arch() functionHe Kuang1-1/+1
2015-09-14perf env: Rename some leftovers from rename to perf_envArnaldo Carvalho de Melo1-6/+4
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang1-2/+2
2015-05-27perf tools: Assign default value for some pointersMartin Liška1-1/+1
2014-08-15perf tools: Add arm64 tripletsElliott Hughes1-0/+9
2013-12-27perf tools: Introduce zfreeArnaldo Carvalho de Melo1-2/+1
2013-01-30perf tools: Fix possible double free on errorThomas Jarosch1-0/+1
2012-11-09perf tools: Don't try to lookup objdump for live modeNamhyung Kim1-0/+7
2012-11-05perf tools: Use normalized arch name for searching objdump pathNamhyung Kim1-7/+33
2012-10-24perf tools: Try to find cross-built objdump pathIrina Tirdea1-0/+178