Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/kcsan/
Dreport.c42 struct other_info { struct
71 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
390 struct other_info *other_info, in print_report() argument
408 if (other_info) { in print_report()
409 other_skipnr = sanitize_stack_entries(other_info->stack_entries, in print_report()
410 other_info->num_stack_entries, in print_report()
411 other_info->ai.ip, &other_reordered_to); in print_report()
412 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
424 if (other_info) { in print_report()
433 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
[all …]