#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/oprofile.h>
#include <linux/moduleparam.h>
#include <linux/workqueue.h>
#include <linux/time.h>
#include <linux/mutex.h>
#include "oprof.h"
#include "event_buffer.h"
#include "cpu_buffer.h"
#include "buffer_sync.h"
#include "oprofile_stats.h"
Go to the source code of this file.
MODULE_DESCRIPTION |
( |
"OProfile system profiler" |
| ) |
|
module_exit |
( |
oprofile_exit |
| ) |
|
module_init |
( |
oprofile_init |
| ) |
|
int oprofile_set_ulong |
( |
unsigned long * |
addr, |
|
|
unsigned long |
val |
|
) |
| |
unsigned long oprofile_backtrace_depth |
unsigned long oprofile_started |