Searched refs:bytes_uncompressed (Results 1 – 2 of 2) sorted by relevance
436 int bytes_uncompressed = 0; in do_print_all_backtraces() local768 bytes_uncompressed = kdp_stack_snapshot_bytes_uncompressed(); in do_print_all_backtraces()769 … Stackshot Succeeded ** Bytes Traced %d (Uncompressed %d) **\n", bytes_traced, bytes_uncompressed); in do_print_all_backtraces()
676 size_t bytes_traced = 0, bytes_uncompressed = 0, bytes_used = 0, bytes_remaining = 0; in RecordPanicStackshot() local749 bytes_uncompressed = (size_t) kdp_stack_snapshot_bytes_uncompressed(); in RecordPanicStackshot()786 bytes_uncompressed = (size_t) kdp_stack_snapshot_bytes_uncompressed(); in RecordPanicStackshot()807 …tackshot Succeeded ** Bytes Traced %zu (Uncompressed %zu) **\n", bytes_traced, bytes_uncompressed); in RecordPanicStackshot()