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 ade2105 commit 8613a55Copy full SHA for 8613a55
kernel/trace/trace_sched_switch.c
@@ -224,7 +224,6 @@ static struct saved_cmdlines_buffer *allocate_cmdlines_buffer(unsigned int val)
224
/* Place map_cmdline_to_pid array right after saved_cmdlines */
225
s->map_cmdline_to_pid = (unsigned *)&s->saved_cmdlines[val * TASK_COMM_LEN];
226
227
- s->cmdline_idx = 0;
228
memset(&s->map_pid_to_cmdline, NO_CMDLINE_MAP,
229
sizeof(s->map_pid_to_cmdline));
230
memset(s->map_cmdline_to_pid, NO_CMDLINE_MAP,
0 commit comments