diff options
Diffstat (limited to 'tools/perf/util/namespaces.h')
-rw-r--r-- | tools/perf/util/namespaces.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/namespaces.h b/tools/perf/util/namespaces.h index 40edef56cb52..4b33f684eddd 100644 --- a/tools/perf/util/namespaces.h +++ b/tools/perf/util/namespaces.h | |||
@@ -66,4 +66,6 @@ static inline void __nsinfo__zput(struct nsinfo **nsip) | |||
66 | 66 | ||
67 | #define nsinfo__zput(nsi) __nsinfo__zput(&nsi) | 67 | #define nsinfo__zput(nsi) __nsinfo__zput(&nsi) |
68 | 68 | ||
69 | const char *perf_ns__name(unsigned int id); | ||
70 | |||
69 | #endif /* __PERF_NAMESPACES_H */ | 71 | #endif /* __PERF_NAMESPACES_H */ |