Linux Kernel
3.7.1
|
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | MCPU 32 |
#define | MSR_IA32_PERF_STATUS 0x198 |
Functions | |
int | main (int argc, char **argv) |
#define MCPU 32 |
Definition at line 25 of file centrino-decode.c.
#define MSR_IA32_PERF_STATUS 0x198 |
Definition at line 27 of file centrino-decode.c.
Definition at line 95 of file centrino-decode.c.