Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/kcsan/
Dreport.c26 #define NUM_STACK_ENTRIES 64 macro
44 unsigned long stack_entries[NUM_STACK_ENTRIES];
394 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report()
395 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report()
595 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()