Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/proc/
H A D.gitignore17 /proc-self-wchan
H A DMakefile20 TEST_GEN_PROGS += proc-self-wchan
/linux/fs/proc/
H A Dbase.c424 unsigned long wchan; in proc_pid_wchan() local
430 wchan = get_wchan(task); in proc_pid_wchan()
431 if (wchan && !lookup_symbol_name(wchan, symname)) { in proc_pid_wchan()
/linux/arch/x86/
H A DKconfig789 Calculate simpler /proc/<PID>/wchan values. If this option
790 is disabled then wchan values will recurse back to the
791 caller function. This provides more accurate wchan values,