Symbol: callchain_root
tools/perf/builtin-sched.c
291
struct callchain_root callchain;
tools/perf/util/callchain.c
1059
int callchain_append(struct callchain_root *root,
tools/perf/util/callchain.c
1130
struct callchain_root *dst, struct callchain_root *src)
tools/perf/util/callchain.c
1372
int callchain_branch_counts(struct callchain_root *root,
tools/perf/util/callchain.c
1573
void free_callchain(struct callchain_root *root)
tools/perf/util/callchain.c
1616
void decay_callchain(struct callchain_root *root)
tools/perf/util/callchain.c
501
sort_chain_flat(struct rb_root *rb_root, struct callchain_root *root,
tools/perf/util/callchain.c
529
sort_chain_graph_abs(struct rb_root *rb_root, struct callchain_root *chain_root,
tools/perf/util/callchain.c
559
sort_chain_graph_rel(struct rb_root *rb_root, struct callchain_root *chain_root,
tools/perf/util/callchain.h
172
static inline void callchain_init(struct callchain_root *root)
tools/perf/util/callchain.h
195
int callchain_append(struct callchain_root *root,
tools/perf/util/callchain.h
200
struct callchain_root *dst, struct callchain_root *src);
tools/perf/util/callchain.h
288
void free_callchain(struct callchain_root *root);
tools/perf/util/callchain.h
290
void decay_callchain(struct callchain_root *root);
tools/perf/util/callchain.h
293
int callchain_branch_counts(struct callchain_root *root,
tools/perf/util/callchain.h
82
typedef void (*sort_chain_func_t)(struct rb_root *, struct callchain_root *,
tools/perf/util/hist.c
649
callchain_size = sizeof(struct callchain_root);
tools/perf/util/hist.h
318
struct callchain_root callchain[0]; /* must be last member */