Searched refs:cmdline_proc_show (Results 1 – 3 of 3) sorted by relevance
8 static int cmdline_proc_show(struct seq_file *m, void *v) in cmdline_proc_show() function19 pde = proc_create_single("cmdline", 0, NULL, cmdline_proc_show); in proc_cmdline_init()
141 [<ffffffff812d6dc2>] cmdline_proc_show+0x12/0x30149 It correctly shows that the caller of cmdline_proc_show() is152 If we remove the frame pointer logic from cmdline_proc_show() by157 [<ffffffff812d6dc2>] cmdline_proc_show+0x12/0x30164 Notice that cmdline_proc_show()'s caller, seq_read(), has been166 cmdline_proc_show() was called by proc_reg_read().
143 .klp.rela.vmlinux.text.cmdline_proc_show
Completed in 4 milliseconds