Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h242 void* thread_state_current = (void*)0; local
243 bpf_probe_read_user(&thread_state_current,
244 sizeof(thread_state_current),
251 : thread_state_current;
252 event->thread_current = thread_state == thread_state_current;

Completed in 1 milliseconds