#include <stdbool.h>
Go to the source code of this file.
|
typedef int(* | event_sample )(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct perf_evsel *evsel, struct machine *machine) |
|
typedef int(* | event_op )(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) |
|
typedef int(* | event_attr_op )(union perf_event *event, struct perf_evlist **pevlist) |
|
typedef int(* | event_simple_op )(struct perf_tool *tool, union perf_event *event) |
|
typedef int(* | event_synth_op )(union perf_event *event, struct perf_session *session) |
|
typedef int(* | event_op2 )(struct perf_tool *tool, union perf_event *event, struct perf_session *session) |
|