is_anon_memory
if (is_anon_memory(filename) || flags & MAP_HUGETLB)
if (is_anon_memory(filename) || flags & MAP_HUGETLB)
if (dso && !is_anon_memory(dso_name) && !is_no_dso_memory(dso_name))
if (dso && !is_anon_memory(dso_name) && !is_no_dso_memory(dso_name))
if (is_anon_memory(event->mmap.filename) || is_no_dso_memory(event->mmap.filename) ||
if (is_anon_memory(event->mmap2.filename) || is_no_dso_memory(event->mmap2.filename) ||
anon = is_anon_memory(filename) || flags & MAP_HUGETLB;