Generates a guid for activity id (#88838)
authorLakshan Fernando <lakshanf@hotmail.com>
Wed, 26 Jul 2023 09:19:09 +0000 (02:19 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 09:19:09 +0000 (02:19 -0700)
commit254263f92f71af1aefa382232f79b4518e229692
tree707d2118ae5373684be2296dca10e32263ae20d7
parent0f9daf03978bd6351a2d367e0b5987cc17784057
Generates a guid for activity id (#88838)

* Fixes the way activity id is generated

* FB

* FB

* FB

* Apply suggestions from code review

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* letting each library specify the config.h

* Add needed constants to minipalconfig

* triggering random constants in configure.cmake

* FB

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
12 files changed:
src/coreclr/nativeaot/Runtime/eventpipe/CMakeLists.txt
src/coreclr/nativeaot/Runtime/eventpipe/ds-rt-aot.h
src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.cpp
src/coreclr/nativeaot/Runtime/eventpipe/ep-rt-aot.h
src/native/libs/Common/pal_config.h.in
src/native/libs/System.Native/CMakeLists.txt
src/native/libs/System.Native/pal_random.c
src/native/libs/configure.cmake
src/native/minipal/configure.cmake
src/native/minipal/minipalconfig.h.in
src/native/minipal/random.c [new file with mode: 0644]
src/native/minipal/random.h [new file with mode: 0644]