1 file changed
+1
-1
lines changedSubmodule LinuxTracepoints updated 80 files
- .github/workflows/CMake.yml+1-1
- CHANGELOG.md+40-3
- CMakeLists.txt+2
- CMakePresets.json+13-12
- README.md+35-22
- TestOutput/EventHeaderInterceptorLE64.dat
- TestOutput/EventHeaderInterceptorLE64.dat.linux.json+124-10
- TestOutput/EventHeaderInterceptorLE64.dat.windows.json+124-10
- TestOutput/perf.data
- TestOutput/perf.data.linux.json+541
- TestOutput/perf.data.windows.json+541
- TestOutput/pipe.data
- TestOutput/pipe.data.linux.json+553
- TestOutput/pipe.data.windows.json+553
- libeventheader-decode-cpp/CMakeLists.txt+8
- libeventheader-decode-cpp/README.md+2-2
- libeventheader-decode-cpp/include/eventheader/EventEnumerator.h+4
- libeventheader-decode-cpp/include/eventheader/EventFormatter.h+20
- libeventheader-decode-cpp/samples/CMakeLists.txt+6-6
- libeventheader-decode-cpp/samples/decode-file-sample.cpp+16-11
- libeventheader-decode-cpp/samples/decode-live-sample.cpp+3-1
- libeventheader-decode-cpp/src/CMakeLists.txt+1
- libeventheader-decode-cpp/src/EventEnumerator.cpp+2
- libeventheader-decode-cpp/src/EventFormatter.cpp+977-296
- libeventheader-decode-cpp/tools/CMakeLists.txt+5-5
- libeventheader-decode-cpp/tools/decode-perf.cpp-140
- libeventheader-decode-cpp/tools/perf-decode.cpp+304
- libeventheader-decode-cpp/utest/CMakeLists.txt+68
- libeventheader-decode-cpp/utest/decode-dat-utest.cpp+209
- libeventheader-decode-cpp/utest/decode-perf-utest.cpp+194
- libeventheader-tracepoint/CMakeLists.txt+9
- libeventheader-tracepoint/README.md+12-5
- libeventheader-tracepoint/include/eventheader/EventHeaderDynamic.h+132-7
- libeventheader-tracepoint/include/eventheader/TraceLoggingProvider.h+62-24
- libeventheader-tracepoint/include/eventheader/eventheader.h+82-17
- libeventheader-tracepoint/samples/CMakeLists.txt+6-15
- libeventheader-tracepoint/samples/dynamic-sample.cpp+8
- libeventheader-tracepoint/samples/interceptor-sample.cpp+96-56
- libeventheader-tracepoint/samples/provider-sample.cpp+13-9
- libeventheader-tracepoint/samples/tracepoint-file.cpp+17-2
- libeventheader-tracepoint/samples/tracepoint-file.h+38
- libeventheader-tracepoint/src/eventheader-tracepoint.c+2-1
- libeventheader-tracepoint/utest/CMakeLists.txt+32
- libeventheader-tracepoint/utest/TestCommon.cpp+29-8
- libeventheader-tracepoint/utest/TestCommon.h+1
- libeventheader-tracepoint/utest/TestDynamic.cpp+119
- libeventheader-tracepoint/utest/TestProviderC.c
- libeventheader-tracepoint/utest/TestProviderCommon.h
- libeventheader-tracepoint/utest/TestProviderCpp.cpp
- libeventheader-tracepoint/utest/dat-utest.cpp+104
- libeventheader-tracepoint/utest/tracepoint-generate.cpp+15
- libtracepoint-control-cpp/CMakeLists.txt+3
- libtracepoint-control-cpp/README.md+8-1
- libtracepoint-control-cpp/include/tracepoint/TracepointSession.h+5
- libtracepoint-control-cpp/samples/CMakeLists.txt+29-12
- libtracepoint-control-cpp/samples/circular-snap-sample.cpp+473
- libtracepoint-control-cpp/samples/control-session-sample.cpp
- libtracepoint-control-cpp/samples/metadata-lookup-sample.cpp
- libtracepoint-control-cpp/samples/save-session-sample.cpp
- libtracepoint-control-cpp/src/CMakeLists.txt+1-1
- libtracepoint-control-cpp/tools/CMakeLists.txt+5-5
- libtracepoint-control-cpp/tools/perf-collect.cpp+1-1
- libtracepoint-decode-cpp/CMakeLists.txt+3
- libtracepoint-decode-cpp/samples/CMakeLists.txt+4-4
- libtracepoint-decode-cpp/samples/perf-file-rewrite-sample.cpp
- libtracepoint-decode-cpp/src/CMakeLists.txt+1-1
- libtracepoint/CMakeLists.txt+9-5
- libtracepoint/README.md+7-2
- libtracepoint/include/tracepoint/tracepoint-impl.h+2-1
- libtracepoint/include/tracepoint/tracepoint-provider.h+1-1
- libtracepoint/include/tracepoint/tracepoint-state.h+1-1
- libtracepoint/samples/CMakeLists.txt+6-6
- libtracepoint/samples/api-sample.c+2-1
- libtracepoint/samples/provider-sample.c
- libtracepoint/tools/CMakeLists.txt+2
- libtracepoint/utest/CMakeLists.txt+15-7
- libtracepoint/utest/api-utest.cpp
- libtracepoint/utest/provider-utest-c.c+9
- libtracepoint/utest/provider-utest-cpp.cpp-3
- version.cmake+5-5
0 commit comments