summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAlexandre Chartre <alexandre.chartre@oracle.com>2025-11-21 10:53:36 +0100
committerPeter Zijlstra <peterz@infradead.org>2025-11-24 20:39:47 +0100
commit8308fd001927f5bdc37a9c9f9c413baec3fb7bbe (patch)
tree39c7a737cddf33e13bd02f61258088e9d3238722 /tools/perf/scripts/python
parentbe5ee60ac554c6189cda963e886c4b97d2cb978c (diff)
downloadkernel-8308fd001927f5bdc37a9c9f9c413baec3fb7bbe.tar.gz
objtool: Add Function to get the name of a CPU feature
Add a function to get the name of a CPU feature. The function is architecture dependent and currently only implemented for x86. The feature names are automatically generated from the cpufeatures.h include file. Signed-off-by: Alexandre Chartre <alexandre.chartre@oracle.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Josh Poimboeuf <jpoimboe@kernel.org> Link: https://patch.msgid.link/20251121095340.464045-27-alexandre.chartre@oracle.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
distro/kernel/commit/arch/parisc/kernel/process.c?id=f286303286f8c2cbef319f6288abb1e053a1b3d9'>parisc: Drop out of get_whan() if task is running againHelge Deller 2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra 2020-08-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds 2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport 2020-07-27kill unused dump_fpu() instancesAl Viro 2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner 2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds 2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig 2020-01-07parisc: Implement copy_thread_tlsAmanieu d'Antras