Searched refs:exec_profile (Results 1 – 5 of 5) sorted by relevance
93 if (!exec_profile) in profile_add_hooks()96 ops = find_profile(exec_profile); in profile_add_hooks()
14 extern char *exec_profile;
56 char *exec_profile = NULL; variable1861 if (exec_profile) in parse_cmd_line()1862 free(exec_profile); in parse_cmd_line()1863 exec_profile = strdup(optarg); in parse_cmd_line()2115 if (exec_profile) in parse_options()
1084 if (!exec_profile && o->prof_name) in show_cmd_help()1086 if (exec_profile && !(o->prof_name && !strcmp(exec_profile, o->prof_name))) in show_cmd_help()
2018 if (exec_profile) { in fio_backend()2019 if (load_profile(exec_profile)) in fio_backend()2021 free(exec_profile); in fio_backend()2022 exec_profile = NULL; in fio_backend()