Searched refs:trace__fprintf_comm_tid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1538 static size_t trace__fprintf_comm_tid(struct trace *trace, struct thread *thread, FILE *fp) in trace__fprintf_comm_tid() function 1560 return printed + trace__fprintf_comm_tid(trace, thread, fp); in trace__fprintf_entry_head() 2787 trace__fprintf_comm_tid(trace, thread, trace->output);
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1581 static size_t trace__fprintf_comm_tid(struct trace *trace, struct thread *thread, FILE *fp) in trace__fprintf_comm_tid() function 1603 return printed + trace__fprintf_comm_tid(trace, thread, fp); in trace__fprintf_entry_head() 2844 trace__fprintf_comm_tid(trace, thread, trace->output);
|
Completed in 15 milliseconds