Searched refs:thread_state_current (Results 1 – 1 of 1) sorted by relevance
241 void* thread_state_current = (void*)0; in __on_event() local242 bpf_probe_read_user(&thread_state_current, in __on_event()243 sizeof(thread_state_current), in __on_event()250 : thread_state_current; in __on_event()251 event->thread_current = thread_state == thread_state_current; in __on_event()
Completed in 3 milliseconds