Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_superblock.c58DEBUGLOG(5, "ZSTD_compressSubBlock_literal (litSize=%zu, lhSize=%zu, writeEntropy=%d)", litSize, l… in ZSTD_compressSubBlock_literal()
62 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal"); in ZSTD_compressSubBlock_literal()
65 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using rle literal"); in ZSTD_compressSubBlock_literal()
76 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (hSize=%zu)", hufMetadata->hufDesSize); in ZSTD_compressSubBlock_literal()
85 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
90 DEBUGLOG(5, "ZSTD_compressSubBlock_literal using raw literal because uncompressible"); in ZSTD_compressSubBlock_literal()
96 DEBUGLOG(5, "Literals expanded beyond allowed header size"); in ZSTD_compressSubBlock_literal()
99 DEBUGLOG(5, "ZSTD_compressSubBlock_literal (cSize=%zu)", cSize); in ZSTD_compressSubBlock_literal()
125 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)litSize, (U32)(op-ostart)); in ZSTD_compressSubBlock_literal()
173DEBUGLOG(5, "ZSTD_compressSubBlock_sequences (nbSeq=%zu, writeEntropy=%d, longOffsets=%d)", nbSeq,… in ZSTD_compressSubBlock_sequences()
[all …]
Dzstd_cwksp.h249 DEBUGLOG(5, "cwksp: reserving %p %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_internal_buffer_space()
254 DEBUGLOG(4, "cwksp: alloc failed!"); in ZSTD_cwksp_reserve_internal_buffer_space()
289 DEBUGLOG(5, "reserving aligned alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase()
298 DEBUGLOG(5, "reserving table alignment addtl space: %zu", bytesToAlign); in ZSTD_cwksp_internal_advance_phase()
376 DEBUGLOG(5, "cwksp: reserving %p table %zd bytes, %zd bytes remaining", in ZSTD_cwksp_reserve_table()
382 DEBUGLOG(4, "cwksp: table alloc failed!"); in ZSTD_cwksp_reserve_table()
405 DEBUGLOG(4, in ZSTD_cwksp_reserve_object()
413 DEBUGLOG(3, "cwksp: object alloc failed!"); in ZSTD_cwksp_reserve_object()
427 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_dirty"); in ZSTD_cwksp_mark_tables_dirty()
437 DEBUGLOG(4, "cwksp: ZSTD_cwksp_mark_tables_clean"); in ZSTD_cwksp_mark_tables_clean()
[all …]
Dzstd_compress_sequences.c115 DEBUGLOG(5, "Repeat FSE_CTable has maxSymbolValue %u < %u", in ZSTD_fseBitCost()
126 DEBUGLOG(5, "Repeat FSE_CTable has Prob[%u] == 0", s); in ZSTD_fseBitCost()
173 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
176 DEBUGLOG(5, "Selected set_rle"); in ZSTD_selectEncodingType()
189 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
194 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
217 DEBUGLOG(5, "Estimated bit costs: basic=%u\trepeat=%u\tcompressed=%u", in ZSTD_selectEncodingType()
220 DEBUGLOG(5, "Selected set_basic"); in ZSTD_selectEncodingType()
226 DEBUGLOG(5, "Selected set_repeat"); in ZSTD_selectEncodingType()
232 DEBUGLOG(5, "Selected set_compressed"); in ZSTD_selectEncodingType()
[all …]
Dzstd_compress.c348 DEBUGLOG(4, "ZSTD_CCtxParams_init_internal: useRowMatchFinder=%d, useBlockSplitter=%d ldm=%d", in ZSTD_CCtxParams_init_internal()
623 DEBUGLOG(4, "ZSTD_CCtx_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtx_setParameter()
681 DEBUGLOG(4, "ZSTD_CCtxParams_setParameter (%i, %i)", (int)param, value); in ZSTD_CCtxParams_setParameter()
742 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
752 DEBUGLOG(4, "set dictIDFlag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
998 DEBUGLOG(4, "ZSTD_CCtx_setParametersUsingCCtxParams"); in ZSTD_CCtx_setParametersUsingCCtxParams()
1011 DEBUGLOG(4, "ZSTD_CCtx_setPledgedSrcSize to %u bytes", (U32)pledgedSrcSize); in ZSTD_CCtx_setPledgedSrcSize()
1068 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced()
1384 DEBUGLOG(4, "chainSize: %u - hSize: %u - h3Size: %u", in ZSTD_sizeof_matchState()
1430 DEBUGLOG(5, "estimate workspace : %u", (U32)neededSpace); in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
[all …]
Dzstd_opt.c94DEBUGLOG(5, "ZSTD_downscaleStats (nbElts=%u, shift=%u)", (unsigned)lastEltIndex+1, (unsigned)shift… in ZSTD_downscaleStats()
110DEBUGLOG(5, "ZSTD_scaleStats (nbElts=%u, target=%u)", (unsigned)lastEltIndex+1, (unsigned)logTarge… in ZSTD_scaleStats()
129 DEBUGLOG(5, "ZSTD_rescaleFreqs (srcSize=%u)", (unsigned)srcSize); in ZSTD_rescaleFreqs()
134 DEBUGLOG(5, "(srcSize <= ZSTD_PREDEF_THRESHOLD) => zop_predef"); in ZSTD_rescaleFreqs()
323 DEBUGLOG(8, "ZSTD_getMatchPrice(ml:%u) = %u", matchLength, price); in ZSTD_getMatchPrice()
451 DEBUGLOG(8, "ZSTD_insertBt1 (%u)", curr); in ZSTD_insertBt1()
538 DEBUGLOG(6, "ZSTD_updateTree_internal, from %u to %u (dictMode:%u)", in ZSTD_updateTree_internal()
607 DEBUGLOG(8, "ZSTD_insertBtAndGetAllMatches: current=%u", curr); in ZSTD_insertBtAndGetAllMatches()
644 DEBUGLOG(8, "found repCode %u (ll0:%u, offset:%u) of length %u", in ZSTD_insertBtAndGetAllMatches()
671 DEBUGLOG(8, "found small match with hlog3, of length %u", in ZSTD_insertBtAndGetAllMatches()
[all …]
Dzstd_compress_literals.c39 DEBUGLOG(5, "Raw literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize)); in ZSTD_noCompressLiterals()
66 DEBUGLOG(5, "RLE literals: %u -> %u", (U32)srcSize, (U32)flSize + 1); in ZSTD_compressRleLiteralsBlock()
86 DEBUGLOG(5,"ZSTD_compressLiterals (disableLiteralCompression=%i srcSize=%u)", in ZSTD_compressLiterals()
116 DEBUGLOG(5, "Reusing previous huffman table"); in ZSTD_compressLiterals()
157 DEBUGLOG(5, "Compressed literals: %u -> %u", (U32)srcSize, (U32)(lhSize+cLitSize)); in ZSTD_compressLiterals()
Dzstd_compress_internal.h599 DEBUGLOG(6, "Cpos%7u :%3u literals, match%4u bytes at offCode%7u", in ZSTD_storeSeq()
773 DEBUGLOG(7, "ZSTD_count_2segments: found a 2-parts match (current length==%zu)", matchLength); in ZSTD_count_2segments()
774 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments()
775 DEBUGLOG(7, "distance from current pos to end buffer = %zi", iEnd - ip); in ZSTD_count_2segments()
776 DEBUGLOG(7, "next byte : ip==%02X, istart==%02X", ip[matchLength], *iStart); in ZSTD_count_2segments()
777 DEBUGLOG(7, "final match length = %zu", matchLength + ZSTD_count(ip+matchLength, iStart, iEnd)); in ZSTD_count_2segments()
1082 DEBUGLOG(4, "Correction of 0x%x bytes to lowLimit=0x%x", correction, in ZSTD_window_correctOverflow()
1119 DEBUGLOG(5, "ZSTD_window_enforceMaxDist: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_window_enforceMaxDist()
1139 DEBUGLOG(5, "Update dictLimit to match lowLimit, from %u to %u", in ZSTD_window_enforceMaxDist()
1166 DEBUGLOG(5, "ZSTD_checkDictValidity: blockEndIdx=%u, maxDist=%u, loadedDictEnd=%u", in ZSTD_checkDictValidity()
[all …]
Dzstd_lazy.c37 DEBUGLOG(7, "ZSTD_updateDUBT, from %u to %u (dictLimit:%u)", in ZSTD_updateDUBT()
50 DEBUGLOG(8, "ZSTD_updateDUBT: insert %u", idx); in ZSTD_updateDUBT()
91 DEBUGLOG(8, "ZSTD_insertDUBT1(%u) (dictLimit=%u, lowLimit=%u)", in ZSTD_insertDUBT1()
121 DEBUGLOG(8, "ZSTD_insertDUBT1: comparing %u with %u : found %u common bytes ", in ZSTD_insertDUBT1()
133 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is smaller : next => %u", in ZSTD_insertDUBT1()
142 DEBUGLOG(8, "ZSTD_insertDUBT1: %u (>btLow=%u) is larger => %u", in ZSTD_insertDUBT1()
199DEBUGLOG(9, "ZSTD_DUBT_findBetterDictMatch(%u) : found better match length %u -> %u and offsetCode… in ZSTD_DUBT_findBetterDictMatch()
222DEBUGLOG(8, "ZSTD_DUBT_findBetterDictMatch(%u) : found match of length %u and offsetCode %u (pos %… in ZSTD_DUBT_findBetterDictMatch()
259 DEBUGLOG(7, "ZSTD_DUBT_findBestMatch (%u) ", curr); in ZSTD_DUBT_findBestMatch()
267 DEBUGLOG(8, "ZSTD_DUBT_findBestMatch: candidate %u is unsorted", in ZSTD_DUBT_findBestMatch()
[all …]
Dzstd_ldm.c140 DEBUGLOG(4, "ZSTD_ldm_adjustParameters"); in ZSTD_ldm_adjustParameters()
224DEBUGLOG(7, "ZSTD_ldm_countBackwardsMatch_2segments: found 2-parts backwards match (length in pref… in ZSTD_ldm_countBackwardsMatch_2segments()
226 DEBUGLOG(7, "final backwards match length = %zu", matchLength); in ZSTD_ldm_countBackwardsMatch_2segments()
279 DEBUGLOG(5, "ZSTD_ldm_fillHashTable"); in ZSTD_ldm_fillHashTable()
675 DEBUGLOG(5, "ZSTD_ldm_blockCompress: srcSize=%zu", srcSize); in ZSTD_ldm_blockCompress()
703DEBUGLOG(5, "pos %u : calling block compressor on segment of size %u", (unsigned)(ip-istart), sequ… in ZSTD_ldm_blockCompress()
Dzstd_fast.c139 DEBUGLOG(5, "ZSTD_compressBlock_fast_generic"); in ZSTD_compressBlock_fast_noDict_generic()
417 DEBUGLOG(5, "ZSTD_compressBlock_fast_dictMatchState_generic"); in ZSTD_compressBlock_fast_dictMatchState_generic()
576 DEBUGLOG(5, "ZSTD_compressBlock_fast_extDict_generic (offset_1=%u)", offset_1); in ZSTD_compressBlock_fast_extDict_generic()
593 DEBUGLOG(7, "offset_1 = %u , curr = %u", offset_1, curr); in ZSTD_compressBlock_fast_extDict_generic()
Dzstd_double_fast.c95 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_noDict_generic"); in ZSTD_compressBlock_doubleFast_noDict_generic()
293 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_dictMatchState_generic"); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
557 DEBUGLOG(5, "ZSTD_compressBlock_doubleFast_extDict_generic (srcSize=%zu)", srcSize); in ZSTD_compressBlock_doubleFast_extDict_generic()
Dfse_compress.c202 DEBUGLOG(5, "\n --- table statistics : "); in FSE_buildCTable_wksp()
205 DEBUGLOG(5, "%3u: w=%3i, maxBits=%u, fracBits=%.2f", in FSE_buildCTable_wksp()
/linux-6.12.1/lib/zstd/decompress/
Dzstd_decompress.c102 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
106 DEBUGLOG(4, "DictID already exists, replacing rather than adding"); in ZSTD_DDictHashSet_emplaceDDict()
113 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_emplaceDDict()
130DEBUGLOG(4, "Expanding DDict hash table! Old size: %zu new size: %zu", oldTableSize, newTableSize); in ZSTD_DDictHashSet_expand()
141 DEBUGLOG(4, "Finished re-hash"); in ZSTD_DDictHashSet_expand()
151 DEBUGLOG(4, "Hashed index: for dictID: %u is %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
162 DEBUGLOG(4, "Final idx after probing for dictID %u is: %zu", dictID, idx); in ZSTD_DDictHashSet_getDDict()
172 DEBUGLOG(4, "Allocating new hash set"); in ZSTD_createDDictHashSet()
189 DEBUGLOG(4, "Freeing ddict hash set"); in ZSTD_freeDDictHashSet()
202DEBUGLOG(4, "Adding dict ID: %u to hashset with - Count: %zu Tablesize: %zu", ZSTD_getDictID_fromD… in ZSTD_DDictHashSet_addDDict()
[all …]
Dzstd_decompress_block.c123 DEBUGLOG(5, "ZSTD_decodeLiteralsBlock"); in ZSTD_decodeLiteralsBlock()
132 DEBUGLOG(5, "set_repeat flag : re-using stats from previous compressed literals block"); in ZSTD_decodeLiteralsBlock()
660 DEBUGLOG(5, "ZSTD_decodeSeqHeaders"); in ZSTD_decodeSeqHeaders()
1143 DEBUGLOG(6, "ZSTD_initFseState : val=%u using %u bits", in ZSTD_initFseState()
1259 DEBUGLOG(6, "seq: litL=%u, matchL=%u, offset=%u",
1297 DEBUGLOG(6, "Checking sequence: litL=%u matchL=%u offset=%u",
1338 DEBUGLOG(5, "ZSTD_decompressSequences_bodySplitLitBuffer");
1431 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize);
1460 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize);
1497 DEBUGLOG(6, "regenerated sequence size : %u", (U32)oneSeqSize);
[all …]
Dzstd_ddict.c57 DEBUGLOG(4, "ZSTD_copyDDictParameters"); in ZSTD_copyDDictParameters()
/linux-6.12.1/lib/zstd/common/
Ddebug.h89 # define DEBUGLOG(l, ...) { \ macro
96 # define DEBUGLOG(l, ...) {} /* disabled */ macro
/linux-6.12.1/lib/lz4/
Dlz4_decompress.c47 #define DEBUGLOG(l, ...) {} /* disabled */ macro
103 DEBUGLOG(5, "%s (srcSize:%i, dstSize:%i)", __func__, in LZ4_decompress_generic()