]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/trace/trace.h
video: xilinxfb: Fix for "Use standard variable name convention"
[karo-tx-linux.git] / kernel / trace / trace.h
index fe39acd4c1aafa8655c6d8656621dcafbeb3abbf..10c86fb7a2b4674c4433d30123562608ec72c59b 100644 (file)
@@ -206,6 +206,7 @@ struct trace_array {
        struct dentry           *event_dir;
        struct list_head        systems;
        struct list_head        events;
+       cpumask_var_t           tracing_cpumask; /* only trace on set CPUs */
        int                     ref;
 };