Home
last modified time | relevance | path

Searched refs:bootup_event_buf (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events.c4503 static char bootup_event_buf[COMMAND_LINE_SIZE] __initdata; variable
4507 if (bootup_event_buf[0] != '\0') in setup_trace_event()
4508 strlcat(bootup_event_buf, ",", COMMAND_LINE_SIZE); in setup_trace_event()
4510 strlcat(bootup_event_buf, str, COMMAND_LINE_SIZE); in setup_trace_event()
4769 early_enable_events(tr, bootup_event_buf, false); in event_trace_enable()
4797 early_enable_events(tr, bootup_event_buf, true); in event_trace_enable_again()