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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dpyperf.h243 void* thread_state_current = (void*)0; local
244 bpf_probe_read_user(&thread_state_current,
245 sizeof(thread_state_current),
252 : thread_state_current;
253 event->thread_current = thread_state == thread_state_current;

Completed in 238 milliseconds