Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __PERF_SUBCMD_CONFIG_H
0003 #define __PERF_SUBCMD_CONFIG_H
0004 
0005 struct subcmd_config {
0006     const char *exec_name;
0007     const char *prefix;
0008     const char *exec_path;
0009     const char *exec_path_env;
0010     const char *pager_env;
0011 };
0012 
0013 extern struct subcmd_config subcmd_config;
0014 
0015 #endif /* __PERF_SUBCMD_CONFIG_H */