tools/perf/arch/arm64/include/arch-tests.h

Source file repositories/reference/linux-study-clean/tools/perf/arch/arm64/include/arch-tests.h

File Facts

System
Linux kernel
Corpus path
tools/perf/arch/arm64/include/arch-tests.h
Extension
.h
Size
211 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 ARCH_TESTS_H
#define ARCH_TESTS_H

struct test_suite;

int test__cpuid_match(struct test_suite *test, int subtest);
extern struct test_suite *arch_tests[];

#endif

Annotation

Implementation Notes