HomeSort by relevance Sort by last modified time
    Searched full:callchain_root (Results 1 - 6 of 6) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
callchain.h 34 struct callchain_root { struct
41 typedef void (*sort_chain_func_t)(struct rb_root *, struct callchain_root *,
91 static inline void callchain_init(struct callchain_root *root)
109 int callchain_append(struct callchain_root *root,
114 struct callchain_root *dst, struct callchain_root *src);
callchain.c 92 sort_chain_flat(struct rb_root *rb_root, struct callchain_root *root,
114 sort_chain_graph_abs(struct rb_root *rb_root, struct callchain_root *chain_root,
139 sort_chain_graph_rel(struct rb_root *rb_root, struct callchain_root *chain_root,
380 int callchain_append(struct callchain_root *root,
435 struct callchain_root *dst, struct callchain_root *src)
sort.h 110 struct callchain_root callchain[0]; /* must be last member */
hist.c 278 size_t callchain_size = symbol_conf.use_callchain ? sizeof(struct callchain_root) : 0;
  /external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 418 milliseconds