Lines Matching refs:entry_str
1267 char *entry_str; member
1477 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
2227 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2317 if (ttrace->entry_str == NULL) {
2318 ttrace->entry_str = malloc(trace__entry_str_size);
2319 if (!ttrace->entry_str)
2338 msg = ttrace->entry_str;
2349 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2496 printed = fprintf(trace->output, "%s", ttrace->entry_str);
2611 entry_str_len = strlen(ttrace->entry_str);
2622 pos = ttrace->entry_str + ttrace->filename.entry_str_pos;