#include "util/mem-events.h"
#include "util/symbol.h"
#include "linux/perf_event.h"
#include "util/debug.h"
#include "tests.h"
#include <string.h>
Go to the source code of this file.
|
static int | check (union perf_mem_data_src data_src, const char *string) |
|
int | test__mem (struct test *text __maybe_unused, int subtest __maybe_unused) |
|
◆ check()
static int check |
( |
union perf_mem_data_src |
data_src, |
|
|
const char * |
string |
|
) |
| |
|
static |
Definition at line 8 of file mem.c.
◆ test__mem()
int test__mem |
( |
struct test *text |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
Definition at line 24 of file mem.c.