Searched refs:bytes_uncompressed (Results 1 – 2 of 2) sorted by relevance
399 int bytes_uncompressed = 0; in do_print_all_backtraces() local702 bytes_uncompressed = kdp_stack_snapshot_bytes_uncompressed(); in do_print_all_backtraces()703 … Stackshot Succeeded ** Bytes Traced %d (Uncompressed %d) **\n", bytes_traced, bytes_uncompressed); in do_print_all_backtraces()
683 size_t bytes_traced = 0, bytes_uncompressed = 0, bytes_used = 0, bytes_remaining = 0; in RecordPanicStackshot() local756 bytes_uncompressed = (size_t) kdp_stack_snapshot_bytes_uncompressed(); in RecordPanicStackshot()793 bytes_uncompressed = (size_t) kdp_stack_snapshot_bytes_uncompressed(); in RecordPanicStackshot()814 …tackshot Succeeded ** Bytes Traced %zu (Uncompressed %zu) **\n", bytes_traced, bytes_uncompressed); in RecordPanicStackshot()