Home
last modified time | relevance | path

Searched refs:map_symbol__exit (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dmap_symbol.c6 void map_symbol__exit(struct map_symbol *ms) in map_symbol__exit() function
14 map_symbol__exit(&ams->ms); in addr_map_symbol__exit()
H A Dmap_symbol.h26 void map_symbol__exit(struct map_symbol *ms);
H A Dcallchain.c670 map_symbol__exit(&call->ms); in add_child()
1050 map_symbol__exit(&ms); in merge_chain_branch()
1051 map_symbol__exit(&list->ms); in merge_chain_branch()
1104 map_symbol__exit(&node->ms); in callchain_cursor_append()
1501 map_symbol__exit(&list->ms); in free_callchain_node()
1508 map_symbol__exit(&list->ms); in free_callchain_node()
1594 map_symbol__exit(&chain->ms); in callchain_node__make_parent_list()
1679 map_symbol__exit(&node->ms); in callchain_cursor_reset()
H A Dhist.c607 map_symbol__exit(&he->branch_info->from.ms); in hist_entry__init()
608 map_symbol__exit(&he->branch_info->to.ms); in hist_entry__init()
614 map_symbol__exit(&he->ms); in hist_entry__init()
1068 map_symbol__exit(&bi->from.ms); in branch_info__exit()
1069 map_symbol__exit(&bi->to.ms); in branch_info__exit()
1465 map_symbol__exit(&he->ms); in hist_entry__delete()
1473 map_symbol__exit(&mem_info__iaddr(he->mem_info)->ms); in hist_entry__delete()
1474 map_symbol__exit(&mem_info__daddr(he->mem_info)->ms); in hist_entry__delete()
2858 map_symbol__exit(&bi[i].to.ms); in hist__account_cycles()
2859 map_symbol__exit(&bi[i].from.ms); in hist__account_cycles()
H A Dthread.c582 map_symbol__exit(&pos->cursor.ms); in thread__free_stitch_list()
593 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[i].ms); in thread__free_stitch_list()
H A Dmachine.c2179 map_symbol__exit(&ms); in add_callchain_ip()
2325 map_symbol__exit(&lbr_stitch->prev_lbr_cursor[idx].ms); in save_lbr_cursor_node()
2628 map_symbol__exit(&stitch_node->cursor.ms); in resolve_lbr_callchain_sample()
2929 map_symbol__exit(&ilist_ms); in append_inlines()
/linux/tools/perf/ui/browsers/
H A Dannotate.c1265 map_symbol__exit(&annotate_he.ms); in __hist_entry__tui_annotate()