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

/linux-master/arch/s390/kernel/
H A Ddebug.c532 debug_info_t *debug_info, *debug_info_snapshot; local
556 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS);
558 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS);
560 if (!debug_info_snapshot) {
566 debug_info_free(debug_info_snapshot);
571 p_info->debug_info_snap = debug_info_snapshot;

Completed in 134 milliseconds