Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.13 14 lines 291 B view raw
1#ifndef __PERF_SUBCMD_CONFIG_H 2#define __PERF_SUBCMD_CONFIG_H 3 4struct subcmd_config { 5 const char *exec_name; 6 const char *prefix; 7 const char *exec_path; 8 const char *exec_path_env; 9 const char *pager_env; 10}; 11 12extern struct subcmd_config subcmd_config; 13 14#endif /* __PERF_SUBCMD_CONFIG_H */