/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __PSTORE_INTERNAL_H__ #define __PSTORE_INTERNAL_H__ #include <linux/types.h> #include <linux/time.h> #include <linux/pstore.h> #define PSTORE_DEFAULT_KMSG_BYTES 10240 extern unsigned long kmsg_bytes; #ifdef CONFIG_PSTORE_FTRACE extern void pstore_register_ftrace(void); extern void pstore_unregister_ftrace(void); #else
static inline void pstore_register_ftrace(void) {}Contributors
Person | Tokens | Prop | Commits | CommitProp |
Anton Vorontsov | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Geliang Tang | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Mark Salyzyn | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Geliang Tang | 8 | 100.00% | 1 | 100.00% |
Total | 8 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Anton Vorontsov | 45 | 25.57% | 3 | 20.00% |
Kees Cook | 40 | 22.73% | 3 | 20.00% |
Geliang Tang | 31 | 17.61% | 2 | 13.33% |
Tony Luck | 27 | 15.34% | 3 | 20.00% |
Mark Salyzyn | 22 | 12.50% | 1 | 6.67% |
David Howells | 9 | 5.11% | 1 | 6.67% |
Matthew Garrett | 1 | 0.57% | 1 | 6.67% |
Greg Kroah-Hartman | 1 | 0.57% | 1 | 6.67% |
Total | 176 | 100.00% | 15 | 100.00% |