hc
2023-11-06 e3e12f52b214121840b44c91de5b3e5af5d3eb84
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