|
Linux Perf
|
#include <errno.h>#include <inttypes.h>#include <pthread.h>#include <sched.h>#include "evlist.h"#include "evsel.h"#include "perf.h"#include "debug.h"#include "tests.h"
Go to the source code of this file.
Functions | |
| static int | sched__get_first_possible_cpu (pid_t pid, cpu_set_t *maskp) |
| int | test__PERF_RECORD (struct test *test __maybe_unused, int subtest __maybe_unused) |
|
static |
Definition at line 14 of file perf-record.c.