Searched refs:trace__fprintf_entry_head (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/ |
D | builtin-trace.c | 1570 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head() function 2234 …printed = trace__fprintf_entry_head(trace, trace->current, 0, false, ttrace->entry_time, trace->o… 2356 trace__fprintf_entry_head(trace, thread, 0, false, ttrace->entry_time, trace->output); 2501 …trace__fprintf_entry_head(trace, thread, duration, duration_calculated, ttrace->entry_time, trace-… 2919 trace__fprintf_entry_head(trace, thread, 0, true, sample->time, trace->output);
|