/* * Simple stack backtrace regression test module * * (C) Copyright 2008 Intel Corporation * Author: Arjan van de Ven <arjan@linux.intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; version 2 * of the License. */ #include <linux/completion.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/sched.h> #include <linux/stacktrace.h>
static void backtrace_test_normal(void) { pr_info("Testing a backtrace from process context.\n"); pr_info("The following trace is a kernel self test and not a bug!\n"); dump_stack(); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 18 | 85.71% | 1 | 33.33% |
Fabian Frederick | 2 | 9.52% | 1 | 33.33% |
Arjan van de Ven | 1 | 4.76% | 1 | 33.33% |
Total | 21 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 11 | 57.89% | 1 | 50.00% |
Arjan van de Ven | 8 | 42.11% | 1 | 50.00% |
Total | 19 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 24 | 66.67% | 1 | 33.33% |
Arjan van de Ven | 10 | 27.78% | 1 | 33.33% |
Fabian Frederick | 2 | 5.56% | 1 | 33.33% |
Total | 36 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 68 | 97.14% | 1 | 50.00% |
Fabian Frederick | 2 | 2.86% | 1 | 50.00% |
Total | 70 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 12 | 92.31% | 1 | 50.00% |
Fabian Frederick | 1 | 7.69% | 1 | 50.00% |
Total | 13 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Arjan van de Ven | 22 | 73.33% | 1 | 25.00% |
Vegard Nossum | 6 | 20.00% | 2 | 50.00% |
Fabian Frederick | 2 | 6.67% | 1 | 25.00% |
Total | 30 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Arjan van de Ven | 7 | 100.00% | 1 | 100.00% |
Total | 7 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Vegard Nossum | 173 | 66.80% | 2 | 50.00% |
Arjan van de Ven | 77 | 29.73% | 1 | 25.00% |
Fabian Frederick | 9 | 3.47% | 1 | 25.00% |
Total | 259 | 100.00% | 4 | 100.00% |