Lines Matching refs:sym_entry
114 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()
418 syme = list_entry(top.active_symbols.next, struct sym_entry, node); in prompt_symbol()
586 struct sym_entry *syme = top.sym_filter_entry; in handle_keypress()
673 struct sym_entry *syme; in symbol_filter()
718 struct sym_entry *syme; in perf_event__process_sample()
1151 symbol_conf.priv_size = (sizeof(struct sym_entry) + sizeof(struct annotation) + in cmd_top()