#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" iverse.0xinfinity.dev/distro/kernel/atom/tools/testing/selftests/kho/init.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/kho/init.c
'/distro/kernel/log/arch/x86/include/asm/mach-default/mach_apicdef.h?h=linux-6.12.y&id=ba1d755a36f66101aa88ac9ebb54694def6ec38d&showmsg=1'>mach_apicdef.h
AgeCommit message (Expand)Author
2025-08-02kho: add test for kexec handoverMike Rapoport (Microsoft)
AgeCommit message (Collapse)Author
2008-10-23x86: drop double underscores from header guardsH. Peter Anvin
Drop double underscores from header guards in arch/x86/include. They are used inconsistently, and are not necessary. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
Change header guards named "ASM_X86__*" to "_ASM_X86_*" since: a. the double underscore is ugly and pointless. b. no leading underscore violates namespace constraints. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-10-22x86, um: ... and asm-x86 moveAl Viro
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>