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

  /external/linux-tools-perf/util/
top.h 21 struct sym_entry { struct
30 static inline struct symbol *sym_entry__symbol(struct sym_entry *self)
53 struct sym_entry *sym_filter_entry;
top.c 21 static double sym_weight(const struct sym_entry *sym, struct perf_top *top)
37 static void perf_top__remove_active_sym(struct perf_top *top, struct sym_entry *syme)
44 static void rb_insert_active_sym(struct rb_root *tree, struct sym_entry *se)
48 struct sym_entry *iter;
52 iter = rb_entry(parent, struct sym_entry, rb_node);
172 struct sym_entry *syme, *n;
178 syme = list_entry(top->active_symbols.next, struct sym_entry, node);
222 struct sym_entry *syme = rb_entry(nd, struct sym_entry, rb_node);
  /external/linux-tools-perf/util/ui/browsers/
top.c 23 struct sym_entry *selection;
33 struct sym_entry *syme = rb_entry(entry, struct sym_entry, rb_node);
120 struct sym_entry *syme = browser->selection;
  /external/linux-tools-perf/
builtin-top.c 114 struct sym_entry *sym_filter_entry_sched = NULL;
157 static int parse_source(struct sym_entry *syme)
212 static void __zero_source_counters(struct sym_entry *syme)
218 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip)
238 static void show_details(struct sym_entry *syme)
272 static void __list_insert_active_sym(struct sym_entry *syme)
282 struct sym_entry *syme;
337 syme = rb_entry(nd, struct sym_entry, rb_node);
397 static void prompt_symbol(struct sym_entry **target, const char *msg)
400 struct sym_entry *syme = *target, *n, *found = NULL
    [all...]

Completed in 196 milliseconds