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

/arch/s390/kernel/
H A Ddebug.c609 debug_info_t *debug_info, *debug_info_snapshot; local
634 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS);
636 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS);
639 if(!debug_info_snapshot){
646 debug_info_free(debug_info_snapshot);
651 p_info->debug_info_snap = debug_info_snapshot;

Completed in 703 milliseconds