This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 15d15dc82 Revert "[sanitizer] Intercept __pthread_mutex_lock and __pthr [...] new da0d5a225 [XRay][profiler] Part 2: XRay Function Call Trie
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/xray/CMakeLists.txt | 29 ++ lib/xray/tests/CMakeLists.txt | 2 + lib/xray/tests/unit/CMakeLists.txt | 2 + lib/xray/tests/unit/function_call_trie_test.cc | 253 ++++++++++++ lib/xray/xray_function_call_trie.h | 446 +++++++++++++++++++++ .../{xray_fdr_flags.cc => xray_profiler_flags.cc} | 28 +- .../{xray_fdr_flags.h => xray_profiler_flags.h} | 25 +- lib/xray/xray_profiler_flags.inc | 26 ++ 8 files changed, 781 insertions(+), 30 deletions(-) create mode 100644 lib/xray/tests/unit/function_call_trie_test.cc create mode 100644 lib/xray/xray_function_call_trie.h copy lib/xray/{xray_fdr_flags.cc => xray_profiler_flags.cc} (59%) copy lib/xray/{xray_fdr_flags.h => xray_profiler_flags.h} (58%) create mode 100644 lib/xray/xray_profiler_flags.inc