Home
last modified time | relevance | path

Searched refs:sym_entry (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c59 register struct hash_entry *sym_entry = table[hash_val]; local
63 while ( sym_entry )
65 if ( ! strcmp( sym, sym_entry->name ) )
70 sym_entry = sym_entry->next;
140 register struct hash_entry *sym_entry = local
143 while ( sym_entry )
145 if ( ! strcmp( sym, sym_entry->name ) )
146 return sym_entry;
147 sym_entry = sym_entry->next;
/external/linux-tools-perf/util/
Dtop.c21 static double sym_weight(const struct sym_entry *sym, struct perf_top *top) in sym_weight()
37 static void perf_top__remove_active_sym(struct perf_top *top, struct sym_entry *syme) in perf_top__remove_active_sym()
44 static void rb_insert_active_sym(struct rb_root *tree, struct sym_entry *se) in rb_insert_active_sym()
48 struct sym_entry *iter; in rb_insert_active_sym()
52 iter = rb_entry(parent, struct sym_entry, rb_node); in rb_insert_active_sym()
172 struct sym_entry *syme, *n; in perf_top__decay_samples()
178 syme = list_entry(top->active_symbols.next, struct sym_entry, node); in perf_top__decay_samples()
222 struct sym_entry *syme = rb_entry(nd, struct sym_entry, rb_node); in perf_top__find_widths()
Dtop.h21 struct sym_entry { struct
30 static inline struct symbol *sym_entry__symbol(struct sym_entry *self) in sym_entry__symbol() argument
53 struct sym_entry *sym_filter_entry;
/external/linux-tools-perf/
Dbuiltin-top.c114 struct sym_entry *sym_filter_entry_sched = NULL;
157 static int parse_source(struct sym_entry *syme) in parse_source()
212 static void __zero_source_counters(struct sym_entry *syme) in __zero_source_counters()
218 static void record_precise_ip(struct sym_entry *syme, int counter, u64 ip) in record_precise_ip()
238 static void show_details(struct sym_entry *syme) in show_details()
272 static void __list_insert_active_sym(struct sym_entry *syme) in __list_insert_active_sym()
282 struct sym_entry *syme; in print_sym_table()
337 syme = rb_entry(nd, struct sym_entry, rb_node); in print_sym_table()
397 static void prompt_symbol(struct sym_entry **target, const char *msg) in prompt_symbol()
400 struct sym_entry *syme = *target, *n, *found = NULL; in prompt_symbol()
[all …]
/external/linux-tools-perf/util/ui/browsers/
Dtop.c23 struct sym_entry *selection;
33 struct sym_entry *syme = rb_entry(entry, struct sym_entry, rb_node); in perf_top_browser__write()
120 struct sym_entry *syme = browser->selection; in perf_top_browser__annotate()