Searched refs:entry_str (Results 1 – 1 of 1) sorted by relevance
1267 char *entry_str; member1309 zfree(&ttrace->entry_str); in thread_trace__delete()1505 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()2264 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);2354 if (ttrace->entry_str == NULL) {2355 ttrace->entry_str = malloc(trace__entry_str_size);2356 if (!ttrace->entry_str)2375 msg = ttrace->entry_str;2386 printed = fprintf(trace->output, "%s)", ttrace->entry_str);2537 printed = fprintf(trace->output, "%s", ttrace->entry_str);[all …]