This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2024-12-02 10:46:50 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0747259d13
linux_dsm_epyc7002
/
drivers
/
ras
/
Makefile
2 lines
37 B
Makefile
Raw
Normal View
History
Unescape
Escape
RAS, debugfs: Add debugfs interface for RAS subsystem Implement a new debugfs interface for RAS susbsystem. A file named daemon_active is added there accordingly. This file is used to track if user space daemon accesses perf/trace interface or not. One can track which daemon opens it via "lsof /path/to/debugfs/ras/daemon_active". Signed-off-by: Chen, Gong <gong.chen@linux.intel.com> Link: http://lkml.kernel.org/r/1402475691-30045-5-git-send-email-gong.chen@linux.intel.com Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Tony Luck <tony.luck@intel.com>
2014-06-12 04:02:20 +07:00
obj-$(CONFIG_RAS)
+=
ras.o debugfs.o
Reference in New Issue
Copy Permalink