Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dpyperf.h79 void* thread_state; in get_thread_state() local
83 bpf_probe_read_user(&thread_state, sizeof(thread_state), in get_thread_state()
85 return thread_state; in get_thread_state()
251 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) local
253 event->thread_current = thread_state == thread_state_current;
263 thread_state +
278 thread_state +
/tools/testing/selftests/mm/
A Duffd-unit-tests.c1296 } thread_state; typedef
1303 static thread_state thread_state_get(pid_t tid) in thread_state_get()
1328 static void thread_state_until(pid_t tid, thread_state state) in thread_state_until()
1330 thread_state s; in thread_state_until()
/tools/perf/
A Dbuiltin-sched.c94 enum thread_state { enum
103 enum thread_state state;

Completed in 18 milliseconds