Searched refs:debuginfo (Results 1 – 7 of 7) sorted by relevance
/tools/perf/util/ |
D | probe-finder.h | 30 struct debuginfo { struct 38 struct debuginfo *debuginfo__new(const char *path); 39 void debuginfo__delete(struct debuginfo *dbg); 42 int debuginfo__find_trace_events(struct debuginfo *dbg, 47 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr, 50 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs, 54 int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr); 57 int debuginfo__find_available_vars_at(struct debuginfo *dbg,
|
D | probe-finder.c | 64 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() 99 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new() 101 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new() 120 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() 125 struct debuginfo *dinfo = NULL; in debuginfo__new() 147 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete() 1089 static int debuginfo__find_probe_location(struct debuginfo *dbg, in debuginfo__find_probe_location() 1161 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes() 1338 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events() 1502 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at() [all …]
|
D | probe-event.c | 374 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() 425 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() 441 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() 469 static struct debuginfo *open_debuginfo(const char *module, struct nsinfo *nsi, in open_debuginfo() 474 struct debuginfo *ret = NULL; in open_debuginfo() 509 static struct debuginfo *debuginfo_cache; 512 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open() 591 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf() 726 struct debuginfo *dinfo) in post_process_module_probe_trace_events() 818 bool uprobe, struct debuginfo *dinfo) in post_process_probe_trace_events() [all …]
|
/tools/perf/Documentation/ |
D | tips.txt | 21 If you have debuginfo enabled, try: perf report -s sym,srcline
|
D | perf-probe.txt | 30 without debuginfo, or by C expressions (C line numbers, C function names, 31 and C local variables) with debuginfo. 38 Specify vmlinux path which has debuginfo (Dwarf binary). 193 … (optional). If omitted, perf probe automatically set the type based on debuginfo (*). Currently, …
|
D | perf-record.txt | 416 Specify vmlinux path which has debuginfo.
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 23 (Objtool also has an 'orc generate' subcommand which generates debuginfo
|