#include <linux/compiler.h>
#include <errno.h>
#include <inttypes.h>
#include <string.h>
#include <sys/wait.h>
#include "tests.h"
#include "evlist.h"
#include "evsel.h"
#include "util.h"
#include "debug.h"
#include "thread_map.h"
#include "target.h"
Go to the source code of this file.
|
#define | _T(attach, detach) |
|
◆ _T
#define _T |
( |
|
attach, |
|
|
|
detach |
|
) |
| |
Value:
static int test_times(int(attach)(struct perf_evlist *), int(detach)(struct perf_evlist *))
◆ attach__cpu_disabled()
static int attach__cpu_disabled |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ attach__cpu_enabled()
static int attach__cpu_enabled |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ attach__current_disabled()
static int attach__current_disabled |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ attach__current_enabled()
static int attach__current_enabled |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ attach__enable_on_exec()
static int attach__enable_on_exec |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ detach__disable()
static int detach__disable |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ detach__enable_on_exec()
static int detach__enable_on_exec |
( |
struct perf_evlist * |
evlist | ) |
|
|
static |
◆ test__event_times()
int test__event_times |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ test_times()