Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H 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()
259 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) local
261 event->thread_current = thread_state == thread_state_current;
271 thread_state +
286 thread_state +
/linux/tools/testing/selftests/mm/
H A Duffd-unit-tests.c2094 } thread_state;
2106 static thread_state thread_state_get(pid_t tid)
2131 static void thread_state_until(pid_t tid, thread_state state)
2133 thread_state s;
1292 } thread_state; global() typedef
/linux/tools/perf/
H A Dbuiltin-sched.c162 enum thread_state {
171 enum thread_state state;
98 enum thread_state { global() enum