Symbol: inline_node
tools/perf/util/addr2line.c
272
struct inline_node *node,
tools/perf/util/addr2line.c
287
struct inline_node *node,
tools/perf/util/addr2line.h
17
struct inline_node *node,
tools/perf/util/addr2line.h
8
struct inline_node;
tools/perf/util/libbfd.c
209
struct inline_node *node,
tools/perf/util/libbfd.c
224
bool unwind_inlines, struct inline_node *node,
tools/perf/util/libbfd.h
13
struct inline_node;
tools/perf/util/libbfd.h
19
bool unwind_inlines, struct inline_node *node,
tools/perf/util/libbfd.h
43
struct inline_node *node __always_unused,
tools/perf/util/libdw.c
116
struct inline_node *node, struct symbol *sym)
tools/perf/util/libdw.c
72
struct inline_node *node;
tools/perf/util/libdw.h
30
bool unwind_inlines, struct inline_node *node,
tools/perf/util/libdw.h
47
struct inline_node *node __maybe_unused,
tools/perf/util/libdw.h
8
struct inline_node;
tools/perf/util/llvm.c
38
struct inline_node *node __maybe_unused, struct symbol *sym __maybe_unused)
tools/perf/util/llvm.h
10
struct inline_node;
tools/perf/util/llvm.h
15
bool unwind_inlines, struct inline_node *node,
tools/perf/util/machine.c
2099
struct inline_node *inline_node;
tools/perf/util/machine.c
2114
inline_node = inlines__tree_find(dso__inlined_nodes(dso), addr);
tools/perf/util/machine.c
2115
if (!inline_node) {
tools/perf/util/machine.c
2116
inline_node = dso__parse_addr_inlines(dso, addr, sym);
tools/perf/util/machine.c
2117
if (!inline_node)
tools/perf/util/machine.c
2119
inlines__tree_insert(dso__inlined_nodes(dso), inline_node);
tools/perf/util/machine.c
2126
list_for_each_entry(ilist, &inline_node->val, list) {
tools/perf/util/srcline.c
140
struct dso *dso, bool unwind_inlines, struct inline_node *node,
tools/perf/util/srcline.c
234
static struct inline_node *addr2inlines(const char *dso_name, u64 addr,
tools/perf/util/srcline.c
237
struct inline_node *node;
tools/perf/util/srcline.c
38
int inline_list__append(struct symbol *symbol, char *srcline, struct inline_node *node)
tools/perf/util/srcline.c
426
struct inline_node *dso__parse_addr_inlines(struct dso *dso, u64 addr,
tools/perf/util/srcline.c
438
void inline_node__delete(struct inline_node *node)
tools/perf/util/srcline.c
455
struct inline_node *inlines)
tools/perf/util/srcline.c
460
struct inline_node *i;
tools/perf/util/srcline.c
465
i = rb_entry(parent, struct inline_node, rb_node);
tools/perf/util/srcline.c
477
struct inline_node *inlines__tree_find(struct rb_root_cached *tree, u64 addr)
tools/perf/util/srcline.c
482
struct inline_node *i = rb_entry(n, struct inline_node,
tools/perf/util/srcline.c
498
struct inline_node *pos;
tools/perf/util/srcline.c
502
pos = rb_entry(next, struct inline_node, rb_node);
tools/perf/util/srcline.c
57
int inline_list__append_tail(struct symbol *symbol, char *srcline, struct inline_node *node)
tools/perf/util/srcline.h
46
struct inline_node *dso__parse_addr_inlines(struct dso *dso, u64 addr,
tools/perf/util/srcline.h
49
void inline_node__delete(struct inline_node *node);
tools/perf/util/srcline.h
53
struct inline_node *inlines);
tools/perf/util/srcline.h
55
struct inline_node *inlines__tree_find(struct rb_root_cached *tree, u64 addr);
tools/perf/util/srcline.h
59
int inline_list__append(struct symbol *symbol, char *srcline, struct inline_node *node);
tools/perf/util/srcline.h
60
int inline_list__append_tail(struct symbol *symbol, char *srcline, struct inline_node *node);