Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread.h96 struct namespaces *thread__namespaces(struct thread *thread);
H A Dthread.c153 struct namespaces *thread__namespaces(struct thread *thread) in thread__namespaces() function
H A Dhist.c716 struct namespaces *ns = thread__namespaces(al->thread); in __hists__add_entry()