Linux Perf
addr_filter Struct Reference

#include <auxtrace.h>

Collaboration diagram for addr_filter:
Collaboration graph

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
 

Detailed Description

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.

Member Data Documentation

◆ action

const char* addr_filter::action

Definition at line 352 of file auxtrace.h.

◆ addr

u64 addr_filter::addr

Definition at line 357 of file auxtrace.h.

◆ filename

const char* addr_filter::filename

Definition at line 359 of file auxtrace.h.

◆ list

struct list_head addr_filter::list

Definition at line 349 of file auxtrace.h.

◆ range

bool addr_filter::range

Definition at line 350 of file auxtrace.h.

◆ size

u64 addr_filter::size

Definition at line 358 of file auxtrace.h.

◆ start

bool addr_filter::start

Definition at line 351 of file auxtrace.h.

◆ str

char* addr_filter::str

Definition at line 360 of file auxtrace.h.

◆ sym_from

const char* addr_filter::sym_from

Definition at line 353 of file auxtrace.h.

◆ sym_from_idx

int addr_filter::sym_from_idx

Definition at line 355 of file auxtrace.h.

◆ sym_to

const char* addr_filter::sym_to

Definition at line 354 of file auxtrace.h.

◆ sym_to_idx

int addr_filter::sym_to_idx

Definition at line 356 of file auxtrace.h.


The documentation for this struct was generated from the following file: