Linux Perf
event_update.c File Reference
#include <linux/compiler.h>
#include "evlist.h"
#include "evsel.h"
#include "machine.h"
#include "tests.h"
#include "debug.h"
Include dependency graph for event_update.c:

Go to the source code of this file.

Classes

struct  event_name
 

Functions

static int process_event_unit (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused)
 
static int process_event_scale (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused)
 
static int process_event_name (struct perf_tool *tool, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused)
 
static int process_event_cpus (struct perf_tool *tool __maybe_unused, union perf_event *event, struct perf_sample *sample __maybe_unused, struct machine *machine __maybe_unused)
 
int test__event_update (struct test *test __maybe_unused, int subtest __maybe_unused)
 

Function Documentation

◆ process_event_cpus()

static int process_event_cpus ( struct perf_tool *tool  __maybe_unused,
union perf_event event,
struct perf_sample *sample  __maybe_unused,
struct machine *machine  __maybe_unused 
)
static

Definition at line 57 of file event_update.c.

Here is the call graph for this function:

◆ process_event_name()

static int process_event_name ( struct perf_tool tool,
union perf_event event,
struct perf_sample *sample  __maybe_unused,
struct machine *machine  __maybe_unused 
)
static

Definition at line 43 of file event_update.c.

◆ process_event_scale()

static int process_event_scale ( struct perf_tool *tool  __maybe_unused,
union perf_event event,
struct perf_sample *sample  __maybe_unused,
struct machine *machine  __maybe_unused 
)
static

Definition at line 22 of file event_update.c.

◆ process_event_unit()

static int process_event_unit ( struct perf_tool *tool  __maybe_unused,
union perf_event event,
struct perf_sample *sample  __maybe_unused,
struct machine *machine  __maybe_unused 
)
static

Definition at line 9 of file event_update.c.

◆ test__event_update()

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

Definition at line 80 of file event_update.c.

Here is the call graph for this function: