hc
2023-11-23 7d07b3ae8ddad407913c5301877e694430a3263f
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