Searched refs:callchain_root (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/util/ |
H A D | callchain.h | 75 struct callchain_root { struct 82 typedef void (*sort_chain_func_t)(struct rb_root *, struct callchain_root *, argument 171 static inline void callchain_init(struct callchain_root *root) in callchain_init() 194 int callchain_append(struct callchain_root *root, 199 struct callchain_root *dst, struct callchain_root *src); 297 void free_callchain(struct callchain_root *root); 298 void decay_callchain(struct callchain_root *root); 301 int callchain_branch_counts(struct callchain_root *root,
|
H A D | callchain.c | 443 sort_chain_flat(struct rb_root *rb_root, struct callchain_root *root, in sort_chain_flat() 471 sort_chain_graph_abs(struct rb_root *rb_root, struct callchain_root *chain_root, in sort_chain_graph_abs() 501 sort_chain_graph_rel(struct rb_root *rb_root, struct callchain_root *chain_root, in sort_chain_graph_rel() 1003 int callchain_append(struct callchain_root *root, in callchain_append() 1074 struct callchain_root *dst, struct callchain_root *src) in callchain_merge() 1317 int callchain_branch_counts(struct callchain_root *root, in callchain_branch_counts() 1518 void free_callchain(struct callchain_root *root) in free_callchain() 1546 void decay_callchain(struct callchain_root *root) in decay_callchain()
|