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