Home
last modified time | relevance | path

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

/openbmc/linux/kernel/kcsan/
H A Dreport.c399 unsigned long other_frame = 0; in print_report() local
412 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
415 if (skip_report(value_change, other_frame)) in print_report()
419 if (rate_limit_report(this_frame, other_frame)) in print_report()
431 cmp = sym_strcmp((void *)other_frame, (void *)this_frame); in print_report()
434 (void *)(cmp < 0 ? other_frame : this_frame), in print_report()
435 (void *)(cmp < 0 ? this_frame : other_frame)); in print_report()