Searched refs:get_task_by_pid (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/scripts/gdb/linux/ | ||
H A D | tasks.py | 42 def get_task_by_pid(pid): function 59 task = get_task_by_pid(pid) |
H A D | cpus.py | 30 return tasks.get_thread_info(tasks.get_task_by_pid(tid))['cpu'] |
Completed in 59 milliseconds