Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dpyperf.h241 void* thread_state_current = (void*)0; in __on_event() local
242 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