Home
last modified time | relevance | path

Searched refs:exec_profile (Results 1 – 5 of 5) sorted by relevance

/external/fio/
Dprofile.c93 if (!exec_profile) in profile_add_hooks()
96 ops = find_profile(exec_profile); in profile_add_hooks()
Doptions.h14 extern char *exec_profile;
Dinit.c56 char *exec_profile = NULL; variable
2106 if (exec_profile) in parse_cmd_line()
2107 free(exec_profile); in parse_cmd_line()
2108 exec_profile = strdup(optarg); in parse_cmd_line()
2408 if (exec_profile) in parse_options()
Dparse.c1133 if (!exec_profile && o->prof_name) in show_cmd_help()
1135 if (exec_profile && !(o->prof_name && !strcmp(exec_profile, o->prof_name))) in show_cmd_help()
Dbackend.c2191 if (exec_profile) { in fio_backend()
2192 if (load_profile(exec_profile)) in fio_backend()
2194 free(exec_profile); in fio_backend()
2195 exec_profile = NULL; in fio_backend()