Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/kfence/
H A Dreport.c32 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf() function
110 seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]); in kfence_print_stack()
112 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack()
125 seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata); in kfence_print_object()
129 seq_con_printf(seq, in kfence_print_object()
137 seq_con_printf(seq, "\nfreed by task %d:\n", meta->free_track.pid); in kfence_print_object()