Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Ddebug.c708 debug_info_t *debug_info_snapshot; in debug_file_private_alloc() local
717 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_file_private_alloc()
719 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_file_private_alloc()
721 if (!debug_info_snapshot) in debug_file_private_alloc()
725 debug_info_free(debug_info_snapshot); in debug_file_private_alloc()
729 p_info->debug_info_snap = debug_info_snapshot; in debug_file_private_alloc()