Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h251 void* thread_state_current = (void*)0; local
252 bpf_probe_read_user(&thread_state_current,
253 sizeof(thread_state_current),
260 : thread_state_current;
261 event->thread_current = thread_state == thread_state_current;