Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.c145 static struct namespaces *__thread__namespaces(struct thread *thread) in __thread__namespaces() function
158 ns = __thread__namespaces(thread); in thread__namespaces()
167 struct namespaces *new, *curr = __thread__namespaces(thread); in __thread__set_namespaces()