This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2024-11-13 23:34:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
742fe54c7b
linux
/
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 05:02:20 +08:00
obj-$(CONFIG_RAS)
+=
ras.o debugfs.o
Reference in New Issue
Copy Permalink