Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dswitch-tracking.c65 int comm_seen[4]; member
78 if (switch_tracking->comm_seen[nr]) { in check_comm()
82 switch_tracking->comm_seen[nr] = 1; in check_comm()
160 if (!switch_tracking->comm_seen[0]) in process_sample_event()
162 if (switch_tracking->comm_seen[1] && in process_sample_event()
163 !switch_tracking->comm_seen[2]) in process_sample_event()
165 if (switch_tracking->comm_seen[3]) in process_sample_event()
550 if (!switch_tracking.comm_seen[0] || !switch_tracking.comm_seen[1] || in test__switch_tracking()
551 !switch_tracking.comm_seen[ in test__switch_tracking()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dswitch-tracking.c68 int comm_seen[4]; member
81 if (switch_tracking->comm_seen[nr]) { in check_comm()
85 switch_tracking->comm_seen[nr] = 1; in check_comm()
163 if (!switch_tracking->comm_seen[0]) in process_sample_event()
165 if (switch_tracking->comm_seen[1] && in process_sample_event()
166 !switch_tracking->comm_seen[2]) in process_sample_event()
168 if (switch_tracking->comm_seen[3]) in process_sample_event()
548 if (!switch_tracking.comm_seen[0] || !switch_tracking.comm_seen[1] || in test__switch_tracking()
549 !switch_tracking.comm_seen[ in test__switch_tracking()
[all...]

Completed in 2 milliseconds