Searched refs:num_stack_entries (Results 1 – 4 of 4) sorted by relevance
/linux/mm/kfence/ |
H A D | report.c | 123 if (track->num_stack_entries) { in kfence_print_stack() 125 int i = get_stack_skipnr(track->stack_entries, track->num_stack_entries, NULL); in kfence_print_stack() 128 for (; i < track->num_stack_entries; i++) in kfence_print_stack() 196 int num_stack_entries; in kfence_report_error() 200 num_stack_entries = stack_trace_save_regs(regs, stack_entries, KFENCE_STACK_DEPTH, 0); in kfence_report_error() 202 num_stack_entries = stack_trace_save(stack_entries, KFENCE_STACK_DEPTH, 1); in kfence_report_error() 203 skipnr = get_stack_skipnr(stack_entries, num_stack_entries, &type); in kfence_report_error() 263 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, 0); in kfence_report_error() 292 i = get_stack_skipnr(track->stack_entries, track->num_stack_entries, NULL); in kfence_to_kp_stack() 293 for (j = 0; i < track->num_stack_entries in kfence_to_kp_stack() 195 int num_stack_entries; kfence_report_error() local [all...] |
H A D | kfence.h | 50 int num_stack_entries; member
|
/linux/mm/kmsan/ |
H A D | report.c | 155 int num_stack_entries, skipnr; in kmsan_report() local 186 num_stack_entries = in kmsan_report() 188 skipnr = get_stack_skipnr(stack_entries, num_stack_entries); in kmsan_report() 192 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, in kmsan_report()
|
/linux/kernel/kcsan/ |
H A D | report.c | 45 int num_stack_entries; member 395 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report() local 396 int skipnr = sanitize_stack_entries(stack_entries, num_stack_entries, ai->ip, &reordered_to); in print_report() 410 other_info->num_stack_entries, in print_report() 452 other_info->num_stack_entries - other_skipnr, in print_report() 467 print_stack_trace(stack_entries + skipnr, num_stack_entries - skipnr, reordered_to); in print_report() 594 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()
|