hc
2023-11-20 3c9370f7b6bffd697c9907a7139e9df5b0d4b9df
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