47 #ifndef CSPROF_OPTIONS_H 48 #define CSPROF_OPTIONS_H 54 #define CSPROF_PATH_SZ (PATH_MAX+1) 69 #define CSPROF_OUT_PATH "." 70 #define CSPROF_EVENT "microseconds" 71 #define CSPROF_SMPL_PERIOD 1000UL 73 #define CSPROF_MEM_SZ_INIT 128 // small for mem stress test 74 #define CSPROF_MEM_SZ_DEFAULT CSPROF_MEM_SZ_INIT
struct hpcrun_options_s hpcrun_options_t
char addr_file[CSPROF_PATH_SZ]
char out_path[CSPROF_PATH_SZ]
char lush_agent_paths[CSPROF_PATH_SZ]
int hpcrun_options__init(hpcrun_options_t *x)
int hpcrun_options__getopts(hpcrun_options_t *x)
int hpcrun_options__fini(hpcrun_options_t *x)