|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/debugfs.h>#include <linux/remoteproc.h>#include <linux/device.h>#include <linux/uaccess.h>#include "remoteproc_internal.h"Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) "%s: " fmt, __func__ |
Functions | |
| void | rproc_remove_trace_file (struct dentry *tfile) |
| struct dentry * | rproc_create_trace_file (const char *name, struct rproc *rproc, struct rproc_mem_entry *trace) |
| void | rproc_delete_debug_dir (struct rproc *rproc) |
| void | rproc_create_debug_dir (struct rproc *rproc) |
| void __init | rproc_init_debugfs (void) |
| void __exit | rproc_exit_debugfs (void) |
| #define pr_fmt | ( | fmt | ) | "%s: " fmt, __func__ |
Definition at line 25 of file remoteproc_debugfs.c.
Definition at line 221 of file remoteproc_debugfs.c.
|
read |
Definition at line 198 of file remoteproc_debugfs.c.
Definition at line 213 of file remoteproc_debugfs.c.
Definition at line 249 of file remoteproc_debugfs.c.
Definition at line 240 of file remoteproc_debugfs.c.
Definition at line 193 of file remoteproc_debugfs.c.
1.8.2