[memprof] Make the raw binary format the default.
authorSnehasish Kumar <snehasishk@google.com>
Wed, 10 Nov 2021 22:37:15 +0000 (14:37 -0800)
committerSnehasish Kumar <snehasishk@google.com>
Thu, 11 Nov 2021 19:29:36 +0000 (11:29 -0800)
commitaacaebc6c22f81b13598aac69dee4b076f669e3e
treec81ec6b0a485a95e14e0b1cd1e5e0c9f3b9219f1
parent545866cb05b90329fc61f361c6afffedb3aaf938
[memprof] Make the raw binary format the default.

Set the default memprof serialization format as binary. 9 tests are
updated to use print_text=true. Also fixed an issue with concatenation
of default and test specified options (missing separator).

Differential Revision: https://reviews.llvm.org/D113617
14 files changed:
compiler-rt/lib/memprof/memprof_flags.inc
compiler-rt/test/memprof/TestCases/atexit_stats.cpp
compiler-rt/test/memprof/TestCases/dump_process_map.cpp
compiler-rt/test/memprof/TestCases/log_path_test.cpp
compiler-rt/test/memprof/TestCases/malloc-size-too-big.cpp
compiler-rt/test/memprof/TestCases/memprof_merge_mib.cpp
compiler-rt/test/memprof/TestCases/memprof_profile_dump.cpp
compiler-rt/test/memprof/TestCases/stress_dtls.c
compiler-rt/test/memprof/TestCases/test_malloc_load_store.c
compiler-rt/test/memprof/TestCases/test_memintrin.cpp
compiler-rt/test/memprof/TestCases/test_new_load_store.cpp
compiler-rt/test/memprof/TestCases/test_terse.cpp
compiler-rt/test/memprof/TestCases/unaligned_loads_and_stores.cpp
compiler-rt/test/memprof/lit.cfg.py