Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-trace.c1503 char *entry_str; member
1545 zfree(&ttrace->entry_str); in thread_trace__delete()
1741 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
2552 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2642 if (ttrace->entry_str == NULL) {
2643 ttrace->entry_str = malloc(trace__entry_str_size);
2644 if (!ttrace->entry_str)
2663 msg = ttrace->entry_str;
2674 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2824 printed = fprintf(trace->output, "%s", ttrace->entry_str);
[all …]