Home
last modified time | relevance | path

Searched refs:prof_name (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dparse.h72 const char *prof_name; /* only valid for specific profile */ member
Dprofile.c54 o->prof_name = ops->name; in add_profile_options()
Dparse.c126 if (o->prof_name) in show_option_help()
127 logger("%20s: only for profile '%s'\n", "valid", o->prof_name); in show_option_help()
1202 if (!exec_profile && o->prof_name) in show_cmd_help()
1204 if (exec_profile && !(o->prof_name && !strcmp(exec_profile, o->prof_name))) in show_cmd_help()
Doptions.c4891 void invalidate_profile_options(const char *prof_name) in invalidate_profile_options() argument
4897 if (o->prof_name && !strcmp(o->prof_name, prof_name)) { in invalidate_profile_options()
4899 o->prof_name = NULL; in invalidate_profile_options()