Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-trace.c1271 char *entry_str; member
1481 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos()
2235 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str);
2325 if (ttrace->entry_str == NULL) {
2326 ttrace->entry_str = malloc(trace__entry_str_size);
2327 if (!ttrace->entry_str)
2346 msg = ttrace->entry_str;
2357 printed = fprintf(trace->output, "%s)", ttrace->entry_str);
2504 printed = fprintf(trace->output, "%s", ttrace->entry_str);
2619 entry_str_len = strlen(ttrace->entry_str);
[all …]