Linux Perf
perf-record.c File Reference
#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"
Include dependency graph for perf-record.c:

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)
 

Function Documentation

◆ sched__get_first_possible_cpu()

static int sched__get_first_possible_cpu ( pid_t  pid,
cpu_set_t *  maskp 
)
static

Definition at line 14 of file perf-record.c.

◆ test__PERF_RECORD()

int test__PERF_RECORD ( struct test *test  __maybe_unused,
int subtest  __maybe_unused 
)

Definition at line 41 of file perf-record.c.

Here is the call graph for this function: