Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
oprofile_stats.c File Reference
#include <linux/oprofile.h>
#include <linux/smp.h>
#include <linux/cpumask.h>
#include <linux/threads.h>
#include "oprofile_stats.h"
#include "cpu_buffer.h"

Go to the source code of this file.

Functions

void oprofile_reset_stats (void)
 
void oprofile_create_stats_files (struct super_block *sb, struct dentry *root)
 

Variables

struct oprofile_stat_struct oprofile_stats
 

Detailed Description

Remarks
Copyright 2002 OProfile authors
Read the file COPYING
Author
John Levon

Definition in file oprofile_stats.c.

Function Documentation

void oprofile_create_stats_files ( struct super_block sb,
struct dentry root 
)

Definition at line 41 of file oprofile_stats.c.

void oprofile_reset_stats ( void  )

Definition at line 20 of file oprofile_stats.c.

Variable Documentation

struct oprofile_stat_struct oprofile_stats

Definition at line 18 of file oprofile_stats.c.