Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
remoteproc_debugfs.c File Reference
#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 dentryrproc_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)
 

Macro Definition Documentation

#define pr_fmt (   fmt)    "%s: " fmt, __func__

Definition at line 25 of file remoteproc_debugfs.c.

Function Documentation

void rproc_create_debug_dir ( struct rproc rproc)

Definition at line 221 of file remoteproc_debugfs.c.

struct dentry* rproc_create_trace_file ( const char name,
struct rproc rproc,
struct rproc_mem_entry trace 
)
read

Definition at line 198 of file remoteproc_debugfs.c.

void rproc_delete_debug_dir ( struct rproc rproc)

Definition at line 213 of file remoteproc_debugfs.c.

void __exit rproc_exit_debugfs ( void  )

Definition at line 249 of file remoteproc_debugfs.c.

void __init rproc_init_debugfs ( void  )

Definition at line 240 of file remoteproc_debugfs.c.

void rproc_remove_trace_file ( struct dentry tfile)

Definition at line 193 of file remoteproc_debugfs.c.