Home
last modified time | relevance | path

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

/include/trace/events/
Dandroid_fs_template.h15 __string(cmdline, command)
31 __assign_str(cmdline, command);
32 (void)strreplace(__get_str(cmdline), ' ', '_');
40 __get_str(cmdline), __entry->pid, __entry->i_size,
Df2fs.h2104 __string(cmdline, command)
2120 __assign_str(cmdline, command);
2121 (void)strreplace(__get_str(cmdline), ' ', '_');
2129 __get_str(cmdline), __entry->pid, __entry->i_size,
/include/linux/
Dcrash_core.h80 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
82 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
84 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
Dkexec.h124 unsigned long initrd_len, char *cmdline,
Dinit.h353 void __init parse_early_options(char *cmdline);
Dof.h451 const char *cmdline, size_t extra_fdt_size);
/include/xen/interface/
Dxen.h696 uint32_t cmdline; member