Home
last modified time | relevance | path

Searched refs:map__zput (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dcallchain.c651 map__zput(call->ms.map); in add_child()
1016 map__zput(list->ms.map); in merge_chain_branch()
1068 map__zput(node->ms.map); in callchain_cursor_append()
1460 map__zput(list->ms.map); in free_callchain_node()
1466 map__zput(list->ms.map); in free_callchain_node()
1551 map__zput(chain->ms.map); in callchain_node__make_parent_list()
1598 map__zput(node->ms.map); in callchain_cursor_reset()
Dmap.h123 #define map__zput(map) __map__zput(&map) macro
Dhist.c525 map__zput(he->ms.map); in hist_entry__init()
1302 map__zput(he->ms.map); in hist_entry__delete()
1305 map__zput(he->branch_info->from.ms.map); in hist_entry__delete()
1306 map__zput(he->branch_info->to.ms.map); in hist_entry__delete()
1313 map__zput(he->mem_info->iaddr.ms.map); in hist_entry__delete()
1314 map__zput(he->mem_info->daddr.ms.map); in hist_entry__delete()
Dmachine.c1333 map__zput(machine->vmlinux_map); in machine__destroy_kernel_maps()