Linux Kernel
3.7.1
|
#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 |
Definition in file oprofile_stats.c.
void oprofile_create_stats_files | ( | struct super_block * | sb, |
struct dentry * | root | ||
) |
Definition at line 41 of file oprofile_stats.c.
Definition at line 20 of file oprofile_stats.c.
struct oprofile_stat_struct oprofile_stats |
Definition at line 18 of file oprofile_stats.c.