We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab83844 commit b238057Copy full SHA for b238057
kernel/trace/trace_events.c
@@ -176,6 +176,7 @@ static int trace_define_generic_fields(void)
176
177
__generic_field(int, CPU, FILTER_CPU);
178
__generic_field(int, cpu, FILTER_CPU);
179
+ __generic_field(int, common_cpu, FILTER_CPU);
180
__generic_field(char *, COMM, FILTER_COMM);
181
__generic_field(char *, comm, FILTER_COMM);
182
0 commit comments