Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c349 map__zput(he->ms.map); in hist_entry__new()
959 map__zput(he->ms.map); in hist_entry__delete()
962 map__zput(he->branch_info->from.map); in hist_entry__delete()
963 map__zput(he->branch_info->to.map); in hist_entry__delete()
968 map__zput(he->mem_info->iaddr.map); in hist_entry__delete()
969 map__zput(he->mem_info->daddr.map); in hist_entry__delete()
Dmap.h168 #define map__zput(map) __map__zput(&map) macro