tools/perf/util/include/asm/cpufeature.h

Source file repositories/reference/linux-study-clean/tools/perf/util/include/asm/cpufeature.h

File Facts

System
Linux kernel
Corpus path
tools/perf/util/include/asm/cpufeature.h
Extension
.h
Size
237 bytes
Lines
11
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef PERF_CPUFEATURE_H
#define PERF_CPUFEATURE_H

/* cpufeature.h ... dummy header file for including arch/x86/lib/memcpy_64.S */

#define X86_FEATURE_REP_GOOD 0

#endif	/* PERF_CPUFEATURE_H */

Annotation

Implementation Notes