Home
last modified time | relevance | path

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

/openbmc/linux/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;