Home
last modified time | relevance | path

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

/linux-6.14.4/mm/kfence/
Dreport.c34 static void seq_con_printf(struct seq_file *seq, const char *fmt, ...) in seq_con_printf() function
117 seq_con_printf(seq, "%s by task %d on cpu %d at %lu.%06lus (%lu.%06lus ago):\n", in kfence_print_stack()
129 seq_con_printf(seq, " %pS\n", (void *)track->stack_entries[i]); in kfence_print_stack()
131 seq_con_printf(seq, " no %s stack\n", show_alloc ? "allocation" : "deallocation"); in kfence_print_stack()
144 seq_con_printf(seq, "kfence-#%td unused\n", meta - kfence_metadata); in kfence_print_object()
148 seq_con_printf(seq, "kfence-#%td: 0x%p-0x%p, size=%d, cache=%s\n\n", in kfence_print_object()
155 seq_con_printf(seq, "\n"); in kfence_print_object()