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

/external/fio/
H A Dprofile.c93 if (!exec_profile)
96 ops = find_profile(exec_profile);
H A Doptions.h14 extern char *exec_profile;
H A Dparse.c1084 if (!exec_profile && o->prof_name)
1086 if (exec_profile && !(o->prof_name && !strcmp(exec_profile, o->prof_name)))
H A Dinit.c56 char *exec_profile = NULL; variable
1861 if (exec_profile)
1862 free(exec_profile);
1863 exec_profile = strdup(optarg);
2115 if (exec_profile)
H A Dbackend.c2018 if (exec_profile) {
2019 if (load_profile(exec_profile))
2021 free(exec_profile);
2022 exec_profile = NULL;

Completed in 102 milliseconds