Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dreport.c155 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 Dreport.c45 int num_stack_entries; member
399 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report()
400 int skipnr = sanitize_stack_entries(stack_entries, num_stack_entries, ai->ip, &reordered_to); in print_report()
414 other_info->num_stack_entries, in print_report()
456 other_info->num_stack_entries - other_skipnr, in print_report()
471 print_stack_trace(stack_entries + skipnr, num_stack_entries - skipnr, reordered_to); in print_report()
598 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()
395 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); print_report() local
/linux/mm/kfence/
H A Dcore.c293 unsigned long *stack_entries, size_t num_stack_entries) in metadata_update_state() argument
307 num_stack_entries * sizeof(stack_entries[0])); in metadata_update_state()
313 num_stack_entries = stack_trace_save(track->stack_entries, KFENCE_STACK_DEPTH, 1); in metadata_update_state()
315 track->num_stack_entries = num_stack_entries; in metadata_update_state()
419 unsigned long *stack_entries, size_t num_stack_entries, in kfence_guarded_alloc() argument
482 metadata_update_state(meta, KFENCE_OBJECT_ALLOCATED, stack_entries, num_stack_entries); in kfence_guarded_alloc()
1141 size_t num_stack_entries; in __kfence_alloc() local
1193 num_stack_entries = stack_trace_save(stack_entries, KFENCE_STACK_DEPTH, 0); in __kfence_alloc()
1204 alloc_stack_hash = get_alloc_stack_hash(stack_entries, num_stack_entries); in __kfence_alloc()
1210 return kfence_guarded_alloc(s, size, flags, stack_entries, num_stack_entries, in __kfence_alloc()
H A Dkfence.h52 int num_stack_entries;
50 int num_stack_entries; global() member