Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/kcsan/
Dreport.c25 #define NUM_STACK_ENTRIES 64 macro
42 unsigned long stack_entries[NUM_STACK_ENTRIES];
333 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report()
334 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report()
535 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()