Searched refs:stack_trace_save_tsk (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/kernel/ |
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);
|
D | latencytop.c | 196 stack_trace_save_tsk(tsk, lat.backtrace, LT_BACKTRACEDEPTH, 0); in __account_scheduler_latency()
|
/linux-6.12.1/include/linux/ |
D | stacktrace.h | 72 unsigned int stack_trace_save_tsk(struct task_struct *task,
|
/linux-6.12.1/kernel/bpf/ |
D | stackmap.c | 202 entry->nr = stack_trace_save_tsk(task, (unsigned long *)entry->ip, in get_callchain_entry_for_task()
|
/linux-6.12.1/fs/bcachefs/ |
D | util.c | 309 nr_entries = stack_trace_save_tsk(task, stack->data, stack->size, skipnr + 1); in bch2_save_backtrace()
|
/linux-6.12.1/fs/proc/ |
D | base.c | 493 nr_entries = stack_trace_save_tsk(task, entries, in proc_pid_stack()
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 4771 bt_len = stack_trace_save_tsk(p, bt, SCX_EXIT_BT_LEN, 1); in scx_dump_task()
|