Linux Perf
|
Public Attributes | |
int | offset |
union { | |
u64(* integer )(struct tp_field *field, struct perf_sample *sample) | |
void *(* pointer )(struct tp_field *field, struct perf_sample *sample) | |
}; | |
Definition at line 127 of file builtin-trace.c.
union { ... } |
u64(* tp_field::integer) (struct tp_field *field, struct perf_sample *sample) |
Definition at line 130 of file builtin-trace.c.
int tp_field::offset |
Definition at line 128 of file builtin-trace.c.
void*(* tp_field::pointer) (struct tp_field *field, struct perf_sample *sample) |
Definition at line 131 of file builtin-trace.c.