tools/lib/perf/include/internal/tests.h

Source file repositories/reference/linux-study-clean/tools/lib/perf/include/internal/tests.h

File Facts

System
Linux kernel
Corpus path
tools/lib/perf/include/internal/tests.h
Extension
.h
Size
1633 bytes
Lines
68
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

if (tests_verbose == 1) {				\
			fputc('\n', stderr);				\
			tests_verbose++;				\
		}							\
		fprintf(stderr, ##__VA_ARGS__);				\
	}								\
} while (0)

#endif /* __LIBPERF_INTERNAL_TESTS_H */

Annotation

Implementation Notes