#include <operf_event.h>

Data Fields | |
| struct perf_event_header | header |
| struct ip_event | ip |
| struct mmap_event | mmap |
| struct comm_event | comm |
| struct fork_event | fork |
| struct lost_event | lost |
| struct read_event | read |
| struct sample_event | sample |
Definition at line 76 of file operf_event.h.
struct comm_event event_union::comm [read] |
Definition at line 80 of file operf_event.h.
Referenced by __handle_comm_event().
struct fork_event event_union::fork [read] |
Definition at line 81 of file operf_event.h.
Referenced by __handle_fork_event().
struct perf_event_header event_union::header [read] |
Definition at line 77 of file operf_event.h.
Referenced by __handle_mmap_event(), __handle_sample_event(), OP_perf_utils::op_reprocess_unresolved_events(), and OP_perf_utils::op_write_event().
struct ip_event event_union::ip [read] |
Definition at line 78 of file operf_event.h.
struct lost_event event_union::lost [read] |
Definition at line 82 of file operf_event.h.
struct mmap_event event_union::mmap [read] |
Definition at line 79 of file operf_event.h.
Referenced by __handle_mmap_event().
struct read_event event_union::read [read] |
Definition at line 83 of file operf_event.h.
struct sample_event event_union::sample [read] |
Definition at line 84 of file operf_event.h.
1.6.1