Home
last modified time | relevance | path

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

/tools/perf/util/
Dnamespaces.c25 u64 link_info_size = ((event ? event->nr_namespaces : NR_NAMESPACES) * in namespaces__new() local
28 namespaces = zalloc(sizeof(struct namespaces) + link_info_size); in namespaces__new()
35 memcpy(namespaces->link_info, event->link_info, link_info_size); in namespaces__new()