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

/linux-master/tools/perf/
H A Dbuiltin-trace.c4323 unsigned long b_nr_events = thread__nr_events(thread__priv(b->thread)); local
4325 if (a_nr_events != b_nr_events)
4326 return a_nr_events < b_nr_events ? -1 : 1;

Completed in 101 milliseconds