Searched refs:debuginfo (Results 1 – 6 of 6) sorted by relevance
/tools/perf/util/ |
D | probe-finder.h | 29 struct debuginfo { struct 37 struct debuginfo *debuginfo__new(const char *path); 38 void debuginfo__delete(struct debuginfo *dbg); 41 int debuginfo__find_trace_events(struct debuginfo *dbg, 46 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr, 49 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs, 53 int debuginfo__find_line_range(struct debuginfo *dbg, struct line_range *lr); 56 int debuginfo__find_available_vars_at(struct debuginfo *dbg,
|
D | probe-finder.c | 61 static int debuginfo__init_offline_dwarf(struct debuginfo *dbg, in debuginfo__init_offline_dwarf() 96 static struct debuginfo *__debuginfo__new(const char *path) in __debuginfo__new() 98 struct debuginfo *dbg = zalloc(sizeof(*dbg)); in __debuginfo__new() 117 struct debuginfo *debuginfo__new(const char *path) in debuginfo__new() 122 struct debuginfo *dinfo = NULL; in debuginfo__new() 144 void debuginfo__delete(struct debuginfo *dbg) in debuginfo__delete() 1078 static int debuginfo__find_probe_location(struct debuginfo *dbg, in debuginfo__find_probe_location() 1150 static int debuginfo__find_probes(struct debuginfo *dbg, in debuginfo__find_probes() 1327 int debuginfo__find_trace_events(struct debuginfo *dbg, in debuginfo__find_trace_events() 1471 int debuginfo__find_available_vars_at(struct debuginfo *dbg, in debuginfo__find_available_vars_at() [all …]
|
D | probe-event.c | 362 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() 412 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() 428 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() 456 static struct debuginfo *open_debuginfo(const char *module, bool silent) in open_debuginfo() 460 struct debuginfo *ret = NULL; in open_debuginfo() 492 static struct debuginfo *debuginfo_cache; 495 static struct debuginfo *debuginfo_cache__open(const char *module, bool silent) in debuginfo_cache__open() 570 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf() 704 struct debuginfo *dinfo) in post_process_module_probe_trace_events() 794 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). 188 … (optional). If omitted, perf probe automatically set the type based on debuginfo (*). Currently, …
|
D | perf-record.txt | 406 Specify vmlinux path which has debuginfo.
|