GDB (xrefs)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
stap_static_probe_ops Class Reference
Inheritance diagram for stap_static_probe_ops:
static_probe_ops

Public Member Functions

 stap_static_probe_ops ()
 
bool is_linespec (const char **linespecp) const override
 
void get_probes (std::vector< std::unique_ptr< probe > > *probesp, struct objfile *objfile) const override
 
const char * type_name () const override
 
std::vector< struct info_probe_columngen_info_probes_table_header () const override
 
- Public Member Functions inherited from static_probe_ops
virtual bool can_enable () const
 

Detailed Description

Definition at line 104 of file stap-probe.c.

Constructor & Destructor Documentation

◆ stap_static_probe_ops()

stap_static_probe_ops::stap_static_probe_ops ( )
inline

Definition at line 109 of file stap-probe.c.

Member Function Documentation

◆ gen_info_probes_table_header()

std::vector< struct info_probe_column > stap_static_probe_ops::gen_info_probes_table_header ( ) const
overridevirtual

Implements static_probe_ops.

Definition at line 1735 of file stap-probe.c.

References info_probe_column::field_name, and info_probe_column::print_name.

◆ get_probes()

void stap_static_probe_ops::get_probes ( std::vector< std::unique_ptr< probe > > * probesp,
struct objfile * objfile ) const
overridevirtual

◆ is_linespec()

bool stap_static_probe_ops::is_linespec ( const char ** linespecp) const
overridevirtual

Implements static_probe_ops.

Definition at line 1663 of file stap-probe.c.

References probe_is_linespec_by_keyword().

◆ type_name()

const char * stap_static_probe_ops::type_name ( ) const
overridevirtual

Implements static_probe_ops.

Definition at line 1727 of file stap-probe.c.


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