Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Ddebug.c579 debug_info_t *debug_info, *debug_info_snapshot; in debug_open() local
603 debug_info_snapshot = debug_info_copy(debug_info, NO_AREAS); in debug_open()
605 debug_info_snapshot = debug_info_copy(debug_info, ALL_AREAS); in debug_open()
607 if (!debug_info_snapshot) { in debug_open()
613 debug_info_free(debug_info_snapshot); in debug_open()
618 p_info->debug_info_snap = debug_info_snapshot; in debug_open()