#include <errno.h>
#include <inttypes.h>
#include <unistd.h>
#include <stdlib.h>
#include <signal.h>
#include <sys/mman.h>
#include "tests.h"
#include "util/evsel.h"
#include "util/evlist.h"
#include "util/cpumap.h"
#include "util/thread_map.h"
Go to the source code of this file.
◆ NR_LOOPS
#define NR_LOOPS 10000000 |
◆ __test__sw_clock_freq()
static int __test__sw_clock_freq |
( |
enum perf_sw_ids |
clock_id | ) |
|
|
static |
◆ test__sw_clock_freq()
int test__sw_clock_freq |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |