/* * Copyright (C) 2014 Intel Corporation * * Authors: * Chen, Gong <gong.chen@linux.intel.com> */ #include <linux/init.h> #include <linux/ras.h> #define CREATE_TRACE_POINTS #define TRACE_INCLUDE_PATH ../../include/ras #include <ras/ras_event.h>
static int __init ras_init(void) { int rc = 0; ras_debugfs_init(); rc = ras_add_daemon_trace(); return rc; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chen Gong | 25 | 100.00% | 1 | 100.00% |
Total | 25 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chen Gong | 70 | 100.00% | 3 | 100.00% |
Total | 70 | 100.00% | 3 | 100.00% |