Symbol: callchain_node
tools/perf/builtin-sched.c
3111
static size_t callchain__fprintf_folded(FILE *fp, struct callchain_node *node)
tools/perf/builtin-sched.c
3143
struct callchain_node *chain;
tools/perf/builtin-sched.c
3152
chain = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/tests/hists_cumulate.c
197
struct callchain_node *cnode;
tools/perf/tests/hists_cumulate.c
237
cnode = rb_entry(rb_first(root), struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
1029
struct callchain_node *child = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
1118
struct callchain_node *child = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
177
static int callchain_node__count_rows_rb_tree(struct callchain_node *node)
tools/perf/ui/browsers/hists.c
183
struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
203
static int callchain_node__count_flat_rows(struct callchain_node *node)
tools/perf/ui/browsers/hists.c
232
static int callchain_node__count_folded_rows(struct callchain_node *node __maybe_unused)
tools/perf/ui/browsers/hists.c
237
static int callchain_node__count_rows(struct callchain_node *node)
tools/perf/ui/browsers/hists.c
266
struct callchain_node *node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
329
static void callchain_node__init_have_children_rb_tree(struct callchain_node *node)
tools/perf/ui/browsers/hists.c
334
struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
352
static void callchain_node__init_have_children(struct callchain_node *node,
tools/perf/ui/browsers/hists.c
374
struct callchain_node *node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
511
static int callchain_node__set_folding_rb_tree(struct callchain_node *node, bool unfold)
tools/perf/ui/browsers/hists.c
517
struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
534
static int callchain_node__set_folding(struct callchain_node *node, bool unfold)
tools/perf/ui/browsers/hists.c
558
struct callchain_node *node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
845
struct callchain_node *node,
tools/perf/ui/browsers/hists.c
897
struct callchain_node *child;
tools/perf/ui/browsers/hists.c
905
child = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/browsers/hists.c
925
struct callchain_node *child = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/gtk/hists.c
104
struct callchain_node *node;
tools/perf/ui/gtk/hists.c
109
node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/gtk/hists.c
166
struct callchain_node *node;
tools/perf/ui/gtk/hists.c
173
node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/gtk/hists.c
227
struct callchain_node *node;
tools/perf/ui/gtk/hists.c
233
node = rb_entry(nd, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
118
struct callchain_node *child = NULL;
tools/perf/ui/stdio/hist.c
134
child = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
180
struct callchain_node rem_node = {
tools/perf/ui/stdio/hist.c
212
struct callchain_node *cnode;
tools/perf/ui/stdio/hist.c
217
cnode = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
225
struct callchain_node *cnode;
tools/perf/ui/stdio/hist.c
236
cnode = rb_entry(node, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
286
static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node,
tools/perf/ui/stdio/hist.c
314
struct callchain_node *chain;
tools/perf/ui/stdio/hist.c
318
chain = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
334
static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node)
tools/perf/ui/stdio/hist.c
365
struct callchain_node *chain;
tools/perf/ui/stdio/hist.c
370
chain = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/ui/stdio/hist.c
54
static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node,
tools/perf/util/callchain.c
1082
struct callchain_node *dst, struct callchain_node *src)
tools/perf/util/callchain.c
1085
struct callchain_node *child;
tools/perf/util/callchain.c
1112
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1269
char *callchain_node__scnprintf_value(struct callchain_node *node,
tools/perf/util/callchain.c
1298
int callchain_node__fprintf_value(struct callchain_node *node,
tools/perf/util/callchain.c
1324
static void callchain_counts_value(struct callchain_node *node,
tools/perf/util/callchain.c
1345
static int callchain_node_branch_counts_cumul(struct callchain_node *node,
tools/perf/util/callchain.c
1351
struct callchain_node *child;
tools/perf/util/callchain.c
1356
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1542
static void free_callchain_node(struct callchain_node *node)
tools/perf/util/callchain.c
1545
struct callchain_node *child;
tools/perf/util/callchain.c
1564
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1596
static u64 decay_callchain_node(struct callchain_node *node)
tools/perf/util/callchain.c
1598
struct callchain_node *child;
tools/perf/util/callchain.c
1604
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1624
int callchain_node__make_parent_list(struct callchain_node *node)
tools/perf/util/callchain.c
1626
struct callchain_node *parent = node->parent;
tools/perf/util/callchain.c
1790
bool callchain_cnode_matched(struct callchain_node *base_cnode,
tools/perf/util/callchain.c
1791
struct callchain_node *pair_cnode)
tools/perf/util/callchain.c
1830
struct callchain_node *node;
tools/perf/util/callchain.c
1834
node = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/util/callchain.c
1858
s64 callchain_avg_cycles(struct callchain_node *cnode)
tools/perf/util/callchain.c
437
rb_insert_callchain(struct rb_root *root, struct callchain_node *chain,
tools/perf/util/callchain.c
442
struct callchain_node *rnode;
tools/perf/util/callchain.c
449
rnode = rb_entry(parent, struct callchain_node, rb_node);
tools/perf/util/callchain.c
478
__sort_chain_flat(struct rb_root *rb_root, struct callchain_node *node,
tools/perf/util/callchain.c
482
struct callchain_node *child;
tools/perf/util/callchain.c
486
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
508
static void __sort_chain_graph_abs(struct callchain_node *node,
tools/perf/util/callchain.c
512
struct callchain_node *child;
tools/perf/util/callchain.c
518
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
536
static void __sort_chain_graph_rel(struct callchain_node *node,
tools/perf/util/callchain.c
540
struct callchain_node *child;
tools/perf/util/callchain.c
548
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
590
static struct callchain_node *
tools/perf/util/callchain.c
591
create_child(struct callchain_node *parent, bool inherit_children)
tools/perf/util/callchain.c
593
struct callchain_node *new;
tools/perf/util/callchain.c
606
struct callchain_node *child;
tools/perf/util/callchain.c
613
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
631
fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
tools/perf/util/callchain.c
702
static struct callchain_node *
tools/perf/util/callchain.c
703
add_child(struct callchain_node *parent,
tools/perf/util/callchain.c
707
struct callchain_node *new;
tools/perf/util/callchain.c
871
split_add_child(struct callchain_node *parent,
tools/perf/util/callchain.c
876
struct callchain_node *new;
tools/perf/util/callchain.c
905
struct callchain_node *first;
tools/perf/util/callchain.c
925
first = rb_entry(p, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
944
append_chain(struct callchain_node *root,
tools/perf/util/callchain.c
949
append_chain_children(struct callchain_node *root,
tools/perf/util/callchain.c
953
struct callchain_node *rnode;
tools/perf/util/callchain.c
967
rnode = rb_entry(parent, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
996
append_chain(struct callchain_node *root,
tools/perf/util/callchain.h
184
static inline u64 callchain_cumul_hits(struct callchain_node *node)
tools/perf/util/callchain.h
189
static inline unsigned callchain_cumul_counts(struct callchain_node *node)
tools/perf/util/callchain.h
280
char *callchain_node__scnprintf_value(struct callchain_node *node,
tools/perf/util/callchain.h
282
int callchain_node__fprintf_value(struct callchain_node *node,
tools/perf/util/callchain.h
291
int callchain_node__make_parent_list(struct callchain_node *node);
tools/perf/util/callchain.h
299
bool callchain_cnode_matched(struct callchain_node *base_cnode,
tools/perf/util/callchain.h
300
struct callchain_node *pair_cnode);
tools/perf/util/callchain.h
304
s64 callchain_avg_cycles(struct callchain_node *cnode);
tools/perf/util/callchain.h
61
struct callchain_node *parent;
tools/perf/util/callchain.h
77
struct callchain_node node;
tools/perf/util/stream.c
103
struct callchain_node *cnode;
tools/perf/util/stream.c
106
cnode = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/util/stream.c
224
struct callchain_node *base_cnode = base_stream->cnode;
tools/perf/util/stream.c
225
struct callchain_node *pair_cnode = base_stream->pair_cnode;
tools/perf/util/stream.c
269
struct callchain_node *cnode = stream->cnode;
tools/perf/util/stream.c
70
struct callchain_node *cnode)
tools/perf/util/stream.h
10
struct callchain_node *cnode;
tools/perf/util/stream.h
11
struct callchain_node *pair_cnode;
tools/perf/util/stream.h
5
struct callchain_node;