Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/cpumask.h>
#include <linux/cache.h>
#include <asm/errno.h>
Go to the source code of this file.
Macros | |
#define | CPU_PROFILING 1 |
#define | SCHED_PROFILING 2 |
#define | SLEEP_PROFILING 3 |
#define | KVM_PROFILING 4 |
#define | prof_on 0 |
#define | profile_task_exit(a) do { } while (0) |
#define | profile_handoff_task(a) (0) |
#define | profile_munmap(a) do { } while (0) |
Enumerations | |
enum | profile_type { PROFILE_TASK_EXIT, PROFILE_MUNMAP } |
enum profile_type |