Searched refs:entry_str (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-trace.c1268 char *entry_str; member in struct:thread_trace
1310 zfree(&ttrace->entry_str);
1506 ttrace->filename.entry_str_pos = bf - ttrace->entry_str;
2265 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2355 if (ttrace->entry_str == NULL) {
2356 ttrace->entry_str = malloc(trace__entry_str_size);
2357 if (!ttrace->entry_str)
2376 msg = ttrace->entry_str;
2387 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2537 printed = fprintf(trace->output, "%s", ttrace->entry_str);
[all...]

Completed in 109 milliseconds