Lines Matching refs:stack_entries
37 unsigned long stack_entries[NUM_STACK_ENTRIES]; member
266 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries) in get_stack_skipnr() argument
273 len = scnprintf(buf, sizeof(buf), "%ps", (void *)stack_entries[skip]); in get_stack_skipnr()
331 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report() local
332 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report()
333 int skipnr = get_stack_skipnr(stack_entries, num_stack_entries); in print_report()
334 unsigned long this_frame = stack_entries[skipnr]; in print_report()
341 if (skip_report(KCSAN_VALUE_CHANGE_TRUE, stack_entries[skipnr])) in print_report()
345 other_skipnr = get_stack_skipnr(other_info->stack_entries, in print_report()
347 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
394 stack_trace_print(other_info->stack_entries + other_skipnr, in print_report()
417 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, in print_report()
530 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()