Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:sym_entry

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;
418 syme = list_entry(top.active_symbols.next, struct sym_entry, node);
586 struct sym_entry *syme = top.sym_filter_entry;
673 struct sym_entry *syme;
718 struct sym_entry *syme;
1151 symbol_conf.priv_size = (sizeof(struct sym_entry) + sizeof(struct annotation) +