Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
perfmon.c File Reference
#include <linux/kernel.h>
#include <linux/oprofile.h>
#include <linux/sched.h>
#include <asm/perfmon.h>
#include <asm/ptrace.h>
#include <asm/errno.h>

Go to the source code of this file.

Macros

#define OPROFILE_FMT_UUID
 

Functions

int perfmon_init (struct oprofile_operations *ops)
 
void perfmon_exit (void)
 

Macro Definition Documentation

#define OPROFILE_FMT_UUID
Value:
{ \
0x77, 0x7a, 0x6e, 0x61, 0x20, 0x65, 0x73, 0x69, 0x74, 0x6e, 0x72, 0x20, 0x61, 0x65, 0x0a, 0x6c }

Definition at line 49 of file perfmon.c.

Function Documentation

void perfmon_exit ( void  )

Definition at line 93 of file perfmon.c.

int perfmon_init ( struct oprofile_operations ops)

Definition at line 78 of file perfmon.c.