Lines Matching refs:filepath
172 char *filepath = (char *)malloc(sizeof(char) * MAXPATHLEN); in make_ktrace_filepath() local
173 snprintf(filepath, MAXPATHLEN, "%s/%s.ktrace", dt_tmpdir(), short_name); in make_ktrace_filepath()
174 ret = remove(filepath); in make_ktrace_filepath()
176 return filepath; in make_ktrace_filepath()
287 char *filepath = make_ktrace_filepath("thread_group_flags_from_workload_properties"); variable
293 search_for_workload_id_tg_flags_tracepoints(filepath, num_workload_ids, datas);
295 ret = ktrace_start_writing_path(session, filepath, 0);
297 T_LOG("Ktrace file being written to %s", filepath);
397 char *filepath = make_ktrace_filepath("thread_group_flags_from_pid_interfaces"); variable
403 search_for_pid_based_tg_flags_tracepoints(filepath, num_threads, datas);
405 ret = ktrace_start_writing_path(session, filepath, 0);
407 T_LOG("Ktrace file being written to %s", filepath);