HomeSort by relevance Sort by last modified time
    Searched refs:callchain_node (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.c 35 rb_insert_callchain(struct rb_root *root, struct callchain_node *chain,
40 struct callchain_node *rnode;
47 rnode = rb_entry(parent, struct callchain_node, rb_node);
75 __sort_chain_flat(struct rb_root *rb_root, struct callchain_node *node,
78 struct callchain_node *child;
98 static void __sort_chain_graph_abs(struct callchain_node *node,
101 struct callchain_node *child;
121 static void __sort_chain_graph_rel(struct callchain_node *node,
124 struct callchain_node *child;
169 static struct callchain_node *
    [all...]
callchain.h 22 struct callchain_node { struct
23 struct callchain_node *parent;
36 struct callchain_node node;
103 static inline u64 callchain_cumul_hits(struct callchain_node *node)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 76 static int callchain_node__count_rows_rb_tree(struct callchain_node *node)
82 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
101 static int callchain_node__count_rows(struct callchain_node *node)
124 struct callchain_node *node = rb_entry(nd, struct callchain_node, rb_node);
143 static void callchain_node__init_have_children_rb_tree(struct callchain_node *node)
148 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node);
166 static void callchain_node__init_have_children(struct callchain_node *node
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/stdio/
hist.c 87 struct callchain_node *child;
102 child = rb_entry(node, struct callchain_node, rb_node);
164 struct callchain_node *cnode;
179 cnode = rb_entry(node, struct callchain_node, rb_node);
217 struct callchain_node *self,
248 struct callchain_node *chain;
254 chain = rb_entry(rb_node, struct callchain_node, rb_node);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 142 struct callchain_node *node;
149 node = rb_entry(nd, struct callchain_node, rb_node);

Completed in 1073 milliseconds