// SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2005-2017 Andes Technology Corporation #include <linux/sched/debug.h> #include <linux/sched/task_stack.h> #include <linux/stacktrace.h>
void save_stack_trace(struct stack_trace *trace) { save_stack_trace_tsk(current, trace); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Greentime Hu | 17 | 100.00% | 1 | 100.00% |
Total | 17 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Greentime Hu | 182 | 100.00% | 1 | 100.00% |
Total | 182 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Greentime Hu | 220 | 100.00% | 2 | 100.00% |
Total | 220 | 100.00% | 2 | 100.00% |