Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dpyperf.h77 void* thread_state; in get_thread_state() local
81 bpf_probe_read_user(&thread_state, sizeof(thread_state), in get_thread_state()
83 return thread_state; in get_thread_state()
249 void* thread_state = pidData->use_tls ? get_thread_state(tls_base, pidData) in __on_event() local
251 event->thread_current = thread_state == thread_state_current; in __on_event()
261 thread_state + in __on_event()
276 thread_state + in __on_event()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-sched.c113 enum thread_state { enum
122 enum thread_state state;

Completed in 11 milliseconds