Linux Perf
|
#include <mmap.h>
Public Member Functions | |
char event_copy [PERF_SAMPLE_MAX_SIZE] | __aligned (8) |
Public Attributes | |
void * | base |
int | mask |
int | fd |
refcount_t | refcnt |
u64 | prev |
u64 | start |
u64 | end |
bool | overwrite |
struct auxtrace_mmap | auxtrace_mmap |
struct perf_mmap - perf's ring buffer mmap details
- e.g. code using PERF_EVENT_IOC_SET_OUTPUT to share this
char event_copy [PERF_SAMPLE_MAX_SIZE] perf_mmap::__aligned | ( | 8 | ) |
struct auxtrace_mmap perf_mmap::auxtrace_mmap |