Searched refs:stack_trace_save_tsk (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/kernel/ |
D | stacktrace.c | 135 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() function 292 unsigned int stack_trace_save_tsk(struct task_struct *task, in stack_trace_save_tsk() function
|
D | latencytop.c | 171 stack_trace_save_tsk(tsk, lat.backtrace, LT_BACKTRACEDEPTH, 0); in __account_scheduler_latency()
|
/Linux-v5.10/include/linux/ |
D | stacktrace.h | 18 unsigned int stack_trace_save_tsk(struct task_struct *task,
|
/Linux-v5.10/kernel/bpf/ |
D | stackmap.c | 370 stack_trace_save_tsk(task, (unsigned long *)(entry->ip + init_nr), in get_callchain_entry_for_task()
|
/Linux-v5.10/fs/proc/ |
D | base.c | 456 nr_entries = stack_trace_save_tsk(task, entries, in proc_pid_stack()
|