Take TraceEvent update to fix user reported crash opening Linux Perf txt trace (#131)

This commit is contained in:
ivberg 2024-07-18 12:09:17 -07:00 коммит произвёл GitHub
Родитель 4a9bdc7309
Коммит c89534debf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 12 добавлений и 12 удалений

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

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Version>1.2.5</Version>
<Version>1.2.6</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Microsoft</Authors>
<Company>Microsoft Corp.</Company>
@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" GeneratePathProperty="true">
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" GeneratePathProperty="true">
<IncludeAssets>compile</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />

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

@ -1,9 +1,9 @@
{
"profiles": {
"PerfDataExtensions": {
"commandName": "Executable",
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
"commandLineArgs": "-addsearchdir C:\\src\\Microsoft-Performance-Tools-Linux\\PerfDataExtensions\\bin\\Debug\\netstandard2.1"
}
}
{
"profiles": {
"PerfDataExtensions": {
"commandName": "Executable",
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
"commandLineArgs": "-addsearchdir E:\\src\\Microsoft-Performance-Tools-Linux-Android\\PerfDataTxtExtension\\bin\\Debug\\netstandard2.1"
}
}
}

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

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/microsoft-performance-toolkit-sdk/main/src/PluginsSystem/Tools/Microsoft.Performance.Toolkit.Plugins.Cli/Manifest/PluginManifestSchema.json",
"identity": {
"id": "Microsoft.Performance.Toolkit.Plugins.PerfDataTxtExtension",
"version": "1.2.5"
"version": "1.2.6"
},
"displayName": "Linux - Perf",
"description": "Enables viewing Linux CPU Sampling events recorded with the kernel perf profiling utility",

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

@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" />
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
<PackageReference Include="Microsoft.Performance.Toolkit.Engine" Version="1.0.16" />