Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread.c60 INIT_LIST_HEAD(thread__namespaces_list(thread)); in thread__new()
106 thread__namespaces_list(thread), list) { in thread__delete()
152 if (list_empty(thread__namespaces_list(thread))) in __thread__namespaces()
155 return list_first_entry(thread__namespaces_list(thread), struct namespaces, list); in __thread__namespaces()
178 list_add(&new->list, thread__namespaces_list(thread)); in __thread__set_namespaces()
H A Dthread.h224 static inline struct list_head *thread__namespaces_list(struct thread *thread) in thread__namespaces_list() function