Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/
Dbuiltin-trace.c1267 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);
[all …]