forked from ~ljy/RK356X_SDK_RELEASE

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