]> git.ipfire.org Git - thirdparty/zstd.git/commit
Add basic tracing functionality 2482/head
authorNick Terrell <terrelln@fb.com>
Thu, 4 Feb 2021 03:53:00 +0000 (19:53 -0800)
committerNick Terrell <terrelln@fb.com>
Sat, 6 Feb 2021 00:28:52 +0000 (16:28 -0800)
commit54a4998a808fbe371c1ace6f2026849f1c93d8e6
tree01f521ce236225c7891f18fe19064d9cf0e82c5d
parente926e9c4c34fb170d901497e5b92189dbf4147a6
Add basic tracing functionality
20 files changed:
build/VS2008/zstd/zstd.vcproj
build/VS2010/zstd/zstd.vcxproj
build/cmake/programs/CMakeLists.txt
build/meson/programs/meson.build
contrib/linux-kernel/Makefile
contrib/single_file_libs/zstd-in.c
contrib/single_file_libs/zstddeclib-in.c
lib/common/compiler.h
lib/common/zstd_trace.c [new file with mode: 0644]
lib/common/zstd_trace.h [new file with mode: 0644]
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_internal.h
lib/zstd.h
programs/Makefile
programs/zstdcli.c
programs/zstdcli_trace.c [new file with mode: 0644]
programs/zstdcli_trace.h [new file with mode: 0644]
tests/playTests.sh