[all-commits] [llvm/llvm-project] c97318: tsan: add new trace

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Mon Aug 16 01:24:26 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c97318996fc1dbc04da4a00f931943a5890b2dc2
      https://github.com/llvm/llvm-project/commit/c97318996fc1dbc04da4a00f931943a5890b2dc2
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-08-16 (Mon, 16 Aug 2021)

  Changed paths:
    M compiler-rt/lib/tsan/rtl/tsan_defs.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl.h
    M compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
    M compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
    M compiler-rt/lib/tsan/rtl/tsan_trace.h
    M compiler-rt/lib/tsan/tests/unit/CMakeLists.txt
    A compiler-rt/lib/tsan/tests/unit/tsan_trace_test.cpp

  Log Message:
  -----------
  tsan: add new trace

Add structures for the new trace format,
functions that serialize and add events to the trace
and trace replaying logic.

Differential Revision: https://reviews.llvm.org/D107911




More information about the All-commits mailing list