Searched refs:seq_con_printf (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/mm/kfence/ |
D | report.c | 33 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf() function 108 seq_con_printf(seq, "%s by task %d on cpu %d at %lu.%06lus:\n", in kfence_print_stack() 118 seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]); in kfence_print_stack() 120 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack() 133 seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata); in kfence_print_object() 137 seq_con_printf(seq, "kfence-#%td: 0x%p-0x%p, size=%d, cache=%s\n\n", in kfence_print_object() 144 seq_con_printf(seq, "\n"); in kfence_print_object()
|