Symbol: callchain_node
tools/perf/builtin-sched.c
3021
static size_t callchain__fprintf_folded(FILE *fp, struct callchain_node *node)
tools/perf/builtin-sched.c
3053
struct callchain_node *chain;
tools/perf/builtin-sched.c
3061
chain = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/tests/hists_cumulate.c
198
struct callchain_node *cnode;
tools/perf/tests/hists_cumulate.c
238
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
1035
struct callchain_node *dst, struct callchain_node *src)
tools/perf/util/callchain.c
1038
struct callchain_node *child;
tools/perf/util/callchain.c
1065
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1222
char *callchain_node__scnprintf_value(struct callchain_node *node,
tools/perf/util/callchain.c
1251
int callchain_node__fprintf_value(struct callchain_node *node,
tools/perf/util/callchain.c
1277
static void callchain_counts_value(struct callchain_node *node,
tools/perf/util/callchain.c
1298
static int callchain_node_branch_counts_cumul(struct callchain_node *node,
tools/perf/util/callchain.c
1304
struct callchain_node *child;
tools/perf/util/callchain.c
1309
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1495
static void free_callchain_node(struct callchain_node *node)
tools/perf/util/callchain.c
1498
struct callchain_node *child;
tools/perf/util/callchain.c
1517
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1534
static u64 decay_callchain_node(struct callchain_node *node)
tools/perf/util/callchain.c
1536
struct callchain_node *child;
tools/perf/util/callchain.c
1542
child = container_of(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
1562
int callchain_node__make_parent_list(struct callchain_node *node)
tools/perf/util/callchain.c
1564
struct callchain_node *parent = node->parent;
tools/perf/util/callchain.c
1728
bool callchain_cnode_matched(struct callchain_node *base_cnode,
tools/perf/util/callchain.c
1729
struct callchain_node *pair_cnode)
tools/perf/util/callchain.c
1768
struct callchain_node *node;
tools/perf/util/callchain.c
1772
node = rb_entry(rb_node, struct callchain_node, rb_node);
tools/perf/util/callchain.c
1796
s64 callchain_avg_cycles(struct callchain_node *cnode)
tools/perf/util/callchain.c
390
rb_insert_callchain(struct rb_root *root, struct callchain_node *chain,
tools/perf/util/callchain.c
395
struct callchain_node *rnode;
tools/perf/util/callchain.c
402
rnode = rb_entry(parent, struct callchain_node, rb_node);
tools/perf/util/callchain.c
431
__sort_chain_flat(struct rb_root *rb_root, struct callchain_node *node,
tools/perf/util/callchain.c
435
struct callchain_node *child;
tools/perf/util/callchain.c
439
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
461
static void __sort_chain_graph_abs(struct callchain_node *node,
tools/perf/util/callchain.c
465
struct callchain_node *child;
tools/perf/util/callchain.c
471
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
489
static void __sort_chain_graph_rel(struct callchain_node *node,
tools/perf/util/callchain.c
493
struct callchain_node *child;
tools/perf/util/callchain.c
501
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
543
static struct callchain_node *
tools/perf/util/callchain.c
544
create_child(struct callchain_node *parent, bool inherit_children)
tools/perf/util/callchain.c
546
struct callchain_node *new;
tools/perf/util/callchain.c
559
struct callchain_node *child;
tools/perf/util/callchain.c
566
child = rb_entry(n, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
584
fill_node(struct callchain_node *node, struct callchain_cursor *cursor)
tools/perf/util/callchain.c
655
static struct callchain_node *
tools/perf/util/callchain.c
656
add_child(struct callchain_node *parent,
tools/perf/util/callchain.c
660
struct callchain_node *new;
tools/perf/util/callchain.c
824
split_add_child(struct callchain_node *parent,
tools/perf/util/callchain.c
829
struct callchain_node *new;
tools/perf/util/callchain.c
858
struct callchain_node *first;
tools/perf/util/callchain.c
878
first = rb_entry(p, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
897
append_chain(struct callchain_node *root,
tools/perf/util/callchain.c
902
append_chain_children(struct callchain_node *root,
tools/perf/util/callchain.c
906
struct callchain_node *rnode;
tools/perf/util/callchain.c
920
rnode = rb_entry(parent, struct callchain_node, rb_node_in);
tools/perf/util/callchain.c
949
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
290
char *callchain_node__scnprintf_value(struct callchain_node *node,
tools/perf/util/callchain.h
292
int callchain_node__fprintf_value(struct callchain_node *node,
tools/perf/util/callchain.h
300
int callchain_node__make_parent_list(struct callchain_node *node);
tools/perf/util/callchain.h
308
bool callchain_cnode_matched(struct callchain_node *base_cnode,
tools/perf/util/callchain.h
309
struct callchain_node *pair_cnode);
tools/perf/util/callchain.h
313
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;