Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dthread.c131 struct namespaces *thread__namespaces(const struct thread *thread) in thread__namespaces() function
142 struct namespaces *new, *curr = thread__namespaces(thread); in __thread__set_namespaces()
Dthread.h71 struct namespaces *thread__namespaces(const struct thread *thread);
Dhist.c592 struct namespaces *ns = thread__namespaces(al->thread); in __hists__add_entry()