Searched refs:stack_trace_save_tsk (Results 1 – 6 of 6) sorted by relevance
/linux/kernel/ |
H A D | stacktrace.c | 136 unsigned int stack_trace_save_tsk(struct task_struct *tsk, unsigned long *store, in stack_trace_save_tsk() function 154 EXPORT_SYMBOL_GPL(stack_trace_save_tsk); 291 unsigned int stack_trace_save_tsk(struct task_struct *task, in stack_trace_save_tsk() function 305 EXPORT_SYMBOL_GPL(stack_trace_save_tsk);
|
/linux/include/linux/ |
H A D | stacktrace.h | 72 unsigned int stack_trace_save_tsk(struct task_struct *task,
|
/linux/kernel/bpf/ |
H A D | stackmap.c | 202 entry->nr = stack_trace_save_tsk(task, (unsigned long *)entry->ip, in get_callchain_entry_for_task()
|
/linux/fs/bcachefs/ |
H A D | util.c | 306 nr_entries = stack_trace_save_tsk(task, stack->data, stack->size, skipnr + 1); in bch2_save_backtrace()
|
/linux/fs/proc/ |
H A D | base.c | 492 nr_entries = stack_trace_save_tsk(task, entries, in proc_pid_stack()
|
/linux/kernel/sched/ |
H A D | ext.c | 5246 bt_len = stack_trace_save_tsk(p, bt, SCX_EXIT_BT_LEN, 1); in scx_dump_task()
|