Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
oprofile_operations Struct Reference

#include <oprofile.h>

Data Fields

int(* create_files )(struct super_block *sb, struct dentry *root)
 
int(* setup )(void)
 
void(* shutdown )(void)
 
int(* start )(void)
 
void(* stop )(void)
 
int(* sync_start )(void)
 
int(* sync_stop )(void)
 
void(* backtrace )(struct pt_regs *const regs, unsigned int depth)
 
int(* switch_events )(void)
 
charcpu_type
 

Detailed Description

Definition at line 51 of file oprofile.h.

Field Documentation

void(* backtrace)(struct pt_regs *const regs, unsigned int depth)

Definition at line 72 of file oprofile.h.

Definition at line 77 of file oprofile.h.

int(* create_files)(struct super_block *sb, struct dentry *root)

Definition at line 54 of file oprofile.h.

int(* setup)(void)

Definition at line 56 of file oprofile.h.

void(* shutdown)(void)

Definition at line 58 of file oprofile.h.

int(* start)(void)

Definition at line 60 of file oprofile.h.

void(* stop)(void)

Definition at line 62 of file oprofile.h.

int(* switch_events)(void)

Definition at line 75 of file oprofile.h.

int(* sync_start)(void)

Definition at line 68 of file oprofile.h.

int(* sync_stop)(void)

Definition at line 69 of file oprofile.h.


The documentation for this struct was generated from the following file: