[all-commits] [llvm/llvm-project] eefef5: tsan: include MBlock/SyncObj stats into mem profile
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Wed Sep 22 01:14:47 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eefef56ece7e27c8746cd207e8e2d96996ea5de1
https://github.com/llvm/llvm-project/commit/eefef56ece7e27c8746cd207e8e2d96996ea5de1
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M compiler-rt/lib/tsan/rtl/tsan_dense_alloc.h
M compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
M compiler-rt/lib/tsan/rtl/tsan_sync.cpp
M compiler-rt/lib/tsan/rtl/tsan_sync.h
Log Message:
-----------
tsan: include MBlock/SyncObj stats into mem profile
Include info about MBlock/SyncObj memory consumption in the memory profile.
Depends on D110148.
Reviewed By: melver, vitalybuka
Differential Revision: https://reviews.llvm.org/D110149
More information about the All-commits
mailing list