]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - tools/perf/util/namespaces.h
perf tools: Move event synthesizing routines to separate .c file
[mirror_ubuntu-focal-kernel.git] / tools / perf / util / namespaces.h
index 40edef56cb5289c609b4a6cc4a14238660ed8b36..4b33f684eddd00f20cba42f05444cd48210711c8 100644 (file)
@@ -66,4 +66,6 @@ static inline void __nsinfo__zput(struct nsinfo **nsip)
 
 #define nsinfo__zput(nsi) __nsinfo__zput(&nsi)
 
+const char *perf_ns__name(unsigned int id);
+
 #endif  /* __PERF_NAMESPACES_H */