hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
kernel/samples/trace_events/trace-events-sample.c
....@@ -33,7 +33,7 @@
3333
3434 /* Silly tracepoints */
3535 trace_foo_bar("hello", cnt, array, random_strings[len],
36
- &current->cpus_allowed);
36
+ current->cpus_ptr);
3737
3838 trace_foo_with_template_simple("HELLO", cnt);
3939