Lines Matching refs:stack_entries
42 unsigned long stack_entries[NUM_STACK_ENTRIES]; member
271 static int get_stack_skipnr(const unsigned long stack_entries[], int num_entries) in get_stack_skipnr() argument
278 len = scnprintf(buf, sizeof(buf), "%ps", (void *)stack_entries[skip]); in get_stack_skipnr()
333 unsigned long stack_entries[NUM_STACK_ENTRIES] = { 0 }; in print_report() local
334 int num_stack_entries = stack_trace_save(stack_entries, NUM_STACK_ENTRIES, 1); in print_report()
335 int skipnr = get_stack_skipnr(stack_entries, num_stack_entries); in print_report()
336 unsigned long this_frame = stack_entries[skipnr]; in print_report()
343 if (skip_report(KCSAN_VALUE_CHANGE_TRUE, stack_entries[skipnr])) in print_report()
347 other_skipnr = get_stack_skipnr(other_info->stack_entries, in print_report()
349 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
388 stack_trace_print(other_info->stack_entries + other_skipnr, in print_report()
405 stack_trace_print(stack_entries + skipnr, num_stack_entries - skipnr, in print_report()
535 other_info->num_stack_entries = stack_trace_save(other_info->stack_entries, NUM_STACK_ENTRIES, 2); in prepare_report_producer()