Release 4.7 include/linux/ras.h
#ifndef __RAS_H__
#define __RAS_H__
#ifdef CONFIG_DEBUG_FS
int ras_userspace_consumers(void);
void ras_debugfs_init(void);
int ras_add_daemon_trace(void);
#else
static inline int ras_userspace_consumers(void) { return 0; }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
gong chen | gong chen | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
static inline void ras_debugfs_init(void) { return; }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
gong chen | gong chen | 10 | 100.00% | 1 | 100.00% |
| Total | 10 | 100.00% | 1 | 100.00% |
static inline int ras_add_daemon_trace(void) { return 0; }
Contributors
| Person | Tokens | Prop | Commits | CommitProp |
gong chen | gong chen | 12 | 100.00% | 1 | 100.00% |
| Total | 12 | 100.00% | 1 | 100.00% |
#endif
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
gong chen | gong chen | 67 | 100.00% | 1 | 100.00% |
| Total | 67 | 100.00% | 1 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.