Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/kcsan/
Dreport.c35 struct other_info { struct
64 static struct other_info other_infos[CONFIG_KCSAN_NUM_WATCHPOINTS + NUM_SLOTS-1];
329 const struct other_info *other_info) in print_report() argument
345 other_skipnr = get_stack_skipnr(other_info->stack_entries, in print_report()
346 other_info->num_stack_entries); in print_report()
347 other_frame = other_info->stack_entries[other_skipnr]; in print_report()
369 get_bug_type(ai->access_type | other_info->ai.access_type), in print_report()
389 get_access_type(other_info->ai.access_type), other_info->ai.ptr, in print_report()
390 other_info->ai.size, get_thread_desc(other_info->ai.task_pid), in print_report()
391 other_info->ai.cpu_id); in print_report()
[all …]