Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dswitch-tracking.c64 int nr_tids; member
102 switch_tracking->nr_tids = nr; in check_cpu()
106 if (cpu >= switch_tracking->nr_tids) { in check_cpu()
113 for (i = switch_tracking->nr_tids; i < nr; i++) in check_cpu()
115 switch_tracking->nr_tids = nr; in check_cpu()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dswitch-tracking.c67 int nr_tids; member
105 switch_tracking->nr_tids = nr; in check_cpu()
109 if (cpu >= switch_tracking->nr_tids) { in check_cpu()
116 for (i = switch_tracking->nr_tids; i < nr; i++) in check_cpu()
118 switch_tracking->nr_tids = nr; in check_cpu()

Completed in 3 milliseconds