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

/arch/s390/kernel/
H A Ddebug.c611 debug_info_t *debug_info, *debug_info_snapshot; local
636 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS);
638 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS);
641 if(!debug_info_snapshot){
648 debug_info_free(debug_info_snapshot);
653 p_info->debug_info_snap = debug_info_snapshot;

Completed in 116 milliseconds