Searched refs:entry_str (Results 1 – 1 of 1) sorted by relevance
1257 char *entry_str; member1467 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()2213 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);2295 if (ttrace->entry_str == NULL) {2296 ttrace->entry_str = malloc(trace__entry_str_size);2297 if (!ttrace->entry_str)2316 msg = ttrace->entry_str;2327 printed = fprintf(trace->output, "%s)", ttrace->entry_str);2474 printed = fprintf(trace->output, "%s", ttrace->entry_str);2589 entry_str_len = strlen(ttrace->entry_str);[all …]