OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:probe_finder
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
probe-finder.h
51
struct
probe_finder
{
struct
55
int (*callback)(Dwarf_Die *sp_die, struct
probe_finder
*pf);
75
struct
probe_finder
pf;
82
struct
probe_finder
pf;
probe-finder.c
1112
static int convert_variable(Dwarf_Die *vr_die, struct
probe_finder
*pf)
1140
static int find_variable(Dwarf_Die *sp_die, struct
probe_finder
*pf)
1245
/* Call
probe_finder
callback with real subprogram DIE */
1246
static int call_probe_finder(Dwarf_Die *sp_die, struct
probe_finder
*pf)
1294
struct
probe_finder
*pf = data;
1308
static int find_probe_point_by_line(struct
probe_finder
*pf)
[
all
...]
Completed in 27 milliseconds