Searched refs:thread__trace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1289 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace() function 2293 ttrace = thread__trace(thread, trace->output); 2369 ttrace = thread__trace(thread, trace->output); 2440 ttrace = thread__trace(thread, trace->output); 2627 struct thread_trace *ttrace = thread__trace(thread, trace->output); 2883 ttrace = thread__trace(thread, trace->output);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1313 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace() function 2346 ttrace = thread__trace(thread, trace->output); 2422 ttrace = thread__trace(thread, trace->output); 2495 ttrace = thread__trace(thread, trace->output); 2684 struct thread_trace *ttrace = thread__trace(thread, trace->output); 2943 ttrace = thread__trace(thread, trace->output);
|
Completed in 14 milliseconds