On Tue, Jan 17, 2017 at 07:47:22PM +0530, Hari Bathini wrote:
With the advert of container technologies like docker, that dependThis fails to mention the whole namespace of namespaces issue Eric
on namespaces for isolation, there is a need for tracing support for
namespaces. This patch introduces new PERF_RECORD_NAMESPACES event
for tracing based on namespaces related info.
brought up. Where are we on that, and or why isn't it required?
+/*Do we really need a name? why?
+ * The maximum size of the name of each namespace
+ */
+#define NS_NAME_SIZE 8
+
+struct perf_ns_link_info {
+ char name[NS_NAME_SIZE];