Linux Perf
|
#include <unistd.h>
#include <sys/types.h>
#include <sys/syscall.h>
#include <linux/types.h>
#include <linux/compiler.h>
#include <linux/perf_event.h>
#include <asm/barrier.h>
Go to the source code of this file.
Macros | |
#define | CPUINFO_PROC { "model name", } |
Functions | |
static int | sys_perf_event_open (struct perf_event_attr *attr, pid_t pid, int cpu, int group_fd, unsigned long flags) |
#define CPUINFO_PROC { "model name", } |
Definition at line 54 of file perf-sys.h.
|
inlinestatic |