Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
oprof.h File Reference

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
 

Detailed Description

Remarks
Copyright 2002 OProfile authors
Read the file COPYING
Author
John Levon levon.nosp@m.@mov.nosp@m.ement.nosp@m.aria.nosp@m.n.org

Definition in file oprof.h.

Function Documentation

void oprofile_create_files ( struct super_block sb,
struct dentry root 
)

Definition at line 178 of file oprofile_files.c.

int oprofile_set_timeout ( unsigned long  time)
int oprofile_set_ulong ( unsigned long addr,
unsigned long  val 
)

Definition at line 228 of file oprof.c.

int oprofile_setup ( void  )

Definition at line 38 of file oprof.c.

void oprofile_shutdown ( void  )

Definition at line 203 of file oprof.c.

int oprofile_start ( void  )

Definition at line 157 of file oprof.c.

void oprofile_stop ( void  )

Definition at line 186 of file oprof.c.

int oprofile_timer_init ( struct oprofile_operations ops)

Definition at line 110 of file timer_int.c.

int oprofilefs_register ( void  )

Definition at line 271 of file oprofilefs.c.

void oprofilefs_unregister ( void  )

Definition at line 277 of file oprofilefs.c.

Variable Documentation

unsigned long oprofile_backtrace_depth

Definition at line 28 of file oprof.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.

Definition at line 25 of file oprof.c.

unsigned long oprofile_started

Definition at line 27 of file oprof.c.

unsigned long oprofile_time_slice

Definition at line 26 of file oprofile_files.c.