Home
last modified time | relevance | path

Searched refs:thread__nr_events (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c4391 static unsigned long thread__nr_events(struct thread_trace *ttrace) function
4396 DEFINE_RESORT_RB(threads, (thread__nr_events(a->thread->priv) < thread__nr_events(b->thread->priv)),
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c4312 static unsigned long thread__nr_events(struct thread_trace *ttrace) function
4318 (thread__nr_events(thread__priv(a->thread)) <
4319 thread__nr_events(thread__priv(b->thread))),

Completed in 15 milliseconds