#include <linux/compiler.h>
#include "event.h"
#include "tests.h"
#include "stat.h"
#include "counts.h"
#include "debug.h"
Go to the source code of this file.
|
static bool | has_term (struct stat_config_event *config, u64 tag, u64 val) |
|
static int | process_stat_config_event (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) |
|
int | test__synthesize_stat_config (struct test *test __maybe_unused, int subtest __maybe_unused) |
|
static int | process_stat_event (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) |
|
int | test__synthesize_stat (struct test *test __maybe_unused, int subtest __maybe_unused) |
|
static int | process_stat_round_event (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused) |
|
int | test__synthesize_stat_round (struct test *test __maybe_unused, int subtest __maybe_unused) |
|
◆ HAS
◆ has_term()
Definition at line 9 of file stat.c.
◆ process_stat_config_event()
◆ process_stat_event()
◆ process_stat_round_event()
◆ test__synthesize_stat()
int test__synthesize_stat |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ test__synthesize_stat_config()
int test__synthesize_stat_config |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |
◆ test__synthesize_stat_round()
int test__synthesize_stat_round |
( |
struct test *test |
__maybe_unused, |
|
|
int subtest |
__maybe_unused |
|
) |
| |