tools/lib/subcmd/subcmd-config.h

Source file repositories/reference/linux-study-clean/tools/lib/subcmd/subcmd-config.h

File Facts

System
Linux kernel
Corpus path
tools/lib/subcmd/subcmd-config.h
Extension
.h
Size
330 bytes
Lines
16
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

struct subcmd_config {
	const char *exec_name;
	const char *prefix;
	const char *exec_path;
	const char *exec_path_env;
	const char *pager_env;
};

extern struct subcmd_config subcmd_config;

#endif /* __PERF_SUBCMD_CONFIG_H */

Annotation

Implementation Notes