kernel/samples/trace_events/trace-events-sample.c
.. .. @@ -33,7 +33,7 @@ 33 33 34 34 /* Silly tracepoints */ 35 35 trace_foo_bar("hello", cnt, array, random_strings[len], 36 - ¤t->cpus_allowed);36 + current->cpus_ptr);37 37 38 38 trace_foo_with_template_simple("HELLO", cnt); 39 39