Linux Perf
|
#include <auxtrace.h>
Public Attributes | |
struct list_head | list |
bool | range |
bool | start |
const char * | action |
const char * | sym_from |
const char * | sym_to |
int | sym_from_idx |
int | sym_to_idx |
u64 | addr |
u64 | size |
const char * | filename |
char * | str |
struct addr_filter - address filter. : list node : true if it is a range filter : true if action is 'filter' or 'start' : 'filter', 'start' or 'stop' ('tracestop' is accepted but converted to 'stop') : symbol name for the filter address : symbol name that determines the filter size : selects n'th from symbols with the same name (0 means global and less than 0 means symbol must be unique) : same as but for : filter address : filter region size (for range filters) : DSO file name or NULL for the kernel : allocated string that contains the other string members
Definition at line 348 of file auxtrace.h.
const char* addr_filter::action |
Definition at line 352 of file auxtrace.h.
u64 addr_filter::addr |
Definition at line 357 of file auxtrace.h.
const char* addr_filter::filename |
Definition at line 359 of file auxtrace.h.
struct list_head addr_filter::list |
Definition at line 349 of file auxtrace.h.
bool addr_filter::range |
Definition at line 350 of file auxtrace.h.
u64 addr_filter::size |
Definition at line 358 of file auxtrace.h.
bool addr_filter::start |
Definition at line 351 of file auxtrace.h.
char* addr_filter::str |
Definition at line 360 of file auxtrace.h.
const char* addr_filter::sym_from |
Definition at line 353 of file auxtrace.h.
int addr_filter::sym_from_idx |
Definition at line 355 of file auxtrace.h.
const char* addr_filter::sym_to |
Definition at line 354 of file auxtrace.h.
int addr_filter::sym_to_idx |
Definition at line 356 of file auxtrace.h.