1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00

Add user_events support for the native runtime events (#102523)

This commit is contained in:
David Mason 2024-06-19 09:41:10 -07:00 committed by GitHub
parent 796a79fc4c
commit 7934e64492
Signed by: github
GPG key ID: B5690EEEBB952194
128 changed files with 30478 additions and 26 deletions

View file

@ -115,6 +115,33 @@ Altered source versions must be plainly marked as such, and must not be misrepre
This notice may not be removed or altered from any source distribution.
License notice for LinuxTracepoints
-----------------------------------
https://github.com/microsoft/LinuxTracepoints/blob/main/LICENSE
Copyright (c) Microsoft Corporation.
MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
License notice for Mono
-------------------------------