Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dpyperf.h190 void* thread_state_current = (void*)0; in __on_event() local
191 bpf_probe_read_user(&thread_state_current, in __on_event()
192 sizeof(thread_state_current), in __on_event()
199 : thread_state_current; in __on_event()
200 event->thread_current = thread_state == thread_state_current; in __on_event()