Lines Matching refs:entry_str
1265 char *entry_str; member
1475 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
2221 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2311 if (ttrace->entry_str == NULL) {
2312 ttrace->entry_str = malloc(trace__entry_str_size);
2313 if (!ttrace->entry_str)
2332 msg = ttrace->entry_str;
2343 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2490 printed = fprintf(trace->output, "%s", ttrace->entry_str);
2605 entry_str_len = strlen(ttrace->entry_str);
2616 pos = ttrace->entry_str + ttrace->filename.entry_str_pos;