Searched refs:entry_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1267 char *entry_str; member 1309 zfree(&ttrace->entry_str); in thread_trace__delete() 1505 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos() 2264 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str); 2354 if (ttrace->entry_str == NULL) { 2355 ttrace->entry_str = malloc(trace__entry_str_size); 2356 if (!ttrace->entry_str) 2375 msg = ttrace->entry_str; 2386 printed = fprintf(trace->output, "%s)", ttrace->entry_str); 2537 printed = fprintf(trace->output, "%s", ttrace->entry_str); [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1259 char *entry_str; member 1469 ttrace->filename.entry_str_pos = bf - ttrace->entry_str; in thread__set_filename_pos() 2219 printed += len = fprintf(trace->output, "%s)", ttrace->entry_str); 2301 if (ttrace->entry_str == NULL) { 2302 ttrace->entry_str = malloc(trace__entry_str_size); 2303 if (!ttrace->entry_str) 2322 msg = ttrace->entry_str; 2333 printed = fprintf(trace->output, "%s)", ttrace->entry_str); 2480 printed = fprintf(trace->output, "%s", ttrace->entry_str); 2595 entry_str_len = strlen(ttrace->entry_str); [all...] |
Completed in 11 milliseconds