Searched refs:seq_con_printf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/mm/kfence/ |
H A D | report.c | 32 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf() function 113 seq_con_printf(seq, "%s by task %d on cpu %d at %lu.%06lus:\n", in kfence_print_stack() 123 seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]); in kfence_print_stack() 125 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack() 138 seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata); in kfence_print_object() 142 seq_con_printf(seq, "kfence-#%td: 0x%p-0x%p, size=%d, cache=%s\n\n", in kfence_print_object() 149 seq_con_printf(seq, "\n"); in kfence_print_object()
|