arch/powerpc/include/uapi/asm/perf_event.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/uapi/asm/perf_event.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/uapi/asm/perf_event.h
Extension
.h
Size
565 bytes
Lines
20
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _UAPI_ASM_POWERPC_PERF_EVENT_H
#define _UAPI_ASM_POWERPC_PERF_EVENT_H

/*
 * We use bit 63 of perf_event_attr.config as a flag to request EBB.
 */
#define PERF_EVENT_CONFIG_EBB_SHIFT	63

#endif /* _UAPI_ASM_POWERPC_PERF_EVENT_H */

Annotation

Implementation Notes