Lines Matching full:syme
33 struct sym_entry *syme = rb_entry(entry, struct sym_entry, rb_node);
35 struct symbol *symbol = sym_entry__symbol(syme);
40 pcnt = 100.0 - (100.0 * ((top_browser->sum_ksamples - syme->snap_count) /
45 slsmg_printf("%20.2f ", syme->weight);
48 slsmg_printf("%9.1f %10ld ", syme->weight, syme->snap_count);
63 slsmg_write_nstring(width >= syme->map->dso->long_name_len ?
64 syme->map->dso->long_name :
65 syme->map->dso->short_name, width);
68 top_browser->selection = syme;
120 struct sym_entry *syme = browser->selection;
121 struct symbol *sym = sym_entry__symbol(syme);
139 top->sym_filter_entry = syme;
143 symbol__tui_annotate(sym, syme->map, 0, top->delay_secs * 1000);