Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dnamespaces.c43 u64 link_info_size = ((event ? event->nr_namespaces : NR_NAMESPACES) * in namespaces__new() local
46 namespaces = zalloc(sizeof(struct namespaces) + link_info_size); in namespaces__new()
53 memcpy(namespaces->link_info, event->link_info, link_info_size); in namespaces__new()