Symbol: callchain_root
tools/perf/builtin-sched.c
289
struct callchain_root callchain;
tools/perf/util/callchain.c
1012
int callchain_append(struct callchain_root *root,
tools/perf/util/callchain.c
1083
struct callchain_root *dst, struct callchain_root *src)
tools/perf/util/callchain.c
1325
int callchain_branch_counts(struct callchain_root *root,
tools/perf/util/callchain.c
1526
void free_callchain(struct callchain_root *root)
tools/perf/util/callchain.c
1554
void decay_callchain(struct callchain_root *root)
tools/perf/util/callchain.c
454
sort_chain_flat(struct rb_root *rb_root, struct callchain_root *root,
tools/perf/util/callchain.c
482
sort_chain_graph_abs(struct rb_root *rb_root, struct callchain_root *chain_root,
tools/perf/util/callchain.c
512
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
298
void free_callchain(struct callchain_root *root);
tools/perf/util/callchain.h
299
void decay_callchain(struct callchain_root *root);
tools/perf/util/callchain.h
302
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
646
callchain_size = sizeof(struct callchain_root);
tools/perf/util/hist.h
318
struct callchain_root callchain[0]; /* must be last member */