OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callchain_root
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/util/
callchain.h
36
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);
callchain.c
93
sort_chain_flat(struct rb_root *rb_root, struct
callchain_root
*root,
115
sort_chain_graph_abs(struct rb_root *rb_root, struct
callchain_root
*chain_root,
140
sort_chain_graph_rel(struct rb_root *rb_root, struct
callchain_root
*chain_root,
379
int callchain_append(struct
callchain_root
*root,
434
struct
callchain_root
*dst, struct
callchain_root
*src)
sort.h
81
struct
callchain_root
callchain[0];
hist.c
100
size_t callchain_size = symbol_conf.use_callchain ? sizeof(struct
callchain_root
) : 0;
Completed in 148 milliseconds