Searched defs:callchain_root (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/util/
H A Dcallchain.h36 struct callchain_root { struct
43 typedef void (*sort_chain_func_t)(struct rb_root *, struct callchain_root *,
80 static inline void callchain_init(struct callchain_root *root)
98 int callchain_append(struct callchain_root *root,
103 struct callchain_root *dst, struct callchain_root *src);

Completed in 66 milliseconds