Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | oprofile_setup (void) |
void | oprofile_shutdown (void) |
int | oprofilefs_register (void) |
void | oprofilefs_unregister (void) |
int | oprofile_start (void) |
void | oprofile_stop (void) |
void | oprofile_create_files (struct super_block *sb, struct dentry *root) |
int | oprofile_timer_init (struct oprofile_operations *ops) |
int | oprofile_set_ulong (unsigned long *addr, unsigned long val) |
int | oprofile_set_timeout (unsigned long time) |
Variables | |
unsigned long | oprofile_buffer_size |
unsigned long | oprofile_cpu_buffer_size |
unsigned long | oprofile_buffer_watershed |
unsigned long | oprofile_time_slice |
struct oprofile_operations | oprofile_ops |
unsigned long | oprofile_started |
unsigned long | oprofile_backtrace_depth |
void oprofile_create_files | ( | struct super_block * | sb, |
struct dentry * | root | ||
) |
Definition at line 178 of file oprofile_files.c.
int oprofile_timer_init | ( | struct oprofile_operations * | ops | ) |
Definition at line 110 of file timer_int.c.
Definition at line 271 of file oprofilefs.c.
Definition at line 277 of file oprofilefs.c.
unsigned long oprofile_buffer_size |
Definition at line 23 of file oprofile_files.c.
unsigned long oprofile_buffer_watershed |
Definition at line 25 of file oprofile_files.c.
unsigned long oprofile_cpu_buffer_size |
Definition at line 24 of file oprofile_files.c.
struct oprofile_operations oprofile_ops |
unsigned long oprofile_time_slice |
Definition at line 26 of file oprofile_files.c.