GDB (xrefs)
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

bool is_linespec (const char **linespecp) const override
 
void get_probes (std::vector< 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 102 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 1680 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< 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 1608 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 1672 of file stap-probe.c.


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