Add tracing scheduled tasks xml definitions, update redist-package project. (#2394)

* Add tracing sched. tsk xml def., update redis-pkg.

* fix dir
This commit is contained in:
Gianni Trevisiol 2023-04-27 08:58:51 -07:00 коммит произвёл GitHub
Родитель 6d2a0e160b
Коммит ebeeb96444
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 25 добавлений и 1 удалений

Просмотреть файл

@ -1263,6 +1263,26 @@ Global
{A08B9A8B-FCD0-4E93-8811-D60EED639BE0}.RelWithDebInfo|ARM64.Build.0 = Release|x64
{A08B9A8B-FCD0-4E93-8811-D60EED639BE0}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{A08B9A8B-FCD0-4E93-8811-D60EED639BE0}.RelWithDebInfo|x64.Build.0 = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Debug|ARM64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Debug|ARM64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Debug|x64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Debug|x64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.FuzzerDebug|ARM64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.FuzzerDebug|ARM64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.FuzzerDebug|x64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.FuzzerDebug|x64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.MinSizeRel|ARM64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.MinSizeRel|ARM64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.MinSizeRel|x64.ActiveCfg = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.MinSizeRel|x64.Build.0 = Debug|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Release|ARM64.ActiveCfg = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Release|ARM64.Build.0 = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Release|x64.ActiveCfg = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.Release|x64.Build.0 = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.RelWithDebInfo|ARM64.ActiveCfg = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.RelWithDebInfo|ARM64.Build.0 = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.RelWithDebInfo|x64.ActiveCfg = Release|x64
{4F082524-9496-44FA-8CBA-4BC0BDC62568}.RelWithDebInfo|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

Двоичные данные
scripts/eBpfTracingPeriodicTask.xml Normal file

Двоичный файл не отображается.

Двоичные данные
scripts/eBpfTracingStartupTask.xml Normal file

Двоичный файл не отображается.

Просмотреть файл

@ -27,11 +27,15 @@
<file src="ebpfapi.pdb" target="package\bin"/>
<file src="ebpfnetsh.dll" target="package\bin"/>
<file src="ebpfnetsh.pdb" target="package\bin"/>
<file src="ebpfforwindows.wprp" target="package\bin"/>
<!--eBPF drivers-->
<file src="eBPFCore.sys" target="package\bin\drivers"/>
<file src="eBPFCore.pdb" target="package\bin\drivers"/>
<file src="NetEbpfExt.sys" target="package\bin\drivers"/>
<file src="NetEbpfExt.pdb" target="package\bin\drivers"/>
<!--eBPF tracing -->
<file src="..\..\scripts\ebpf_tracing.cmd" target="package\bin"/>
<file src="..\..\scripts\eBpfTracingStartupTask.xml" target="package\bin"/>
<file src="..\..\scripts\eBpfTracingPeriodicTask.xml" target="package\bin"/>
<!--Temporary inclusion of the VC++ Redist-->
<file src="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Redist\MSVC\14.34.31931\x64\Microsoft.VC143.CRT\concrt140.dll" target="package\bin"/>