Skip to content

Commit c89534d

Browse files
authored
Take TraceEvent update to fix user reported crash opening Linux Perf txt trace (#131)
1 parent 4a9bdc7 commit c89534d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

PerfDataTxtExtension/PerfDataTxtExtension.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
5-
<Version>1.2.5</Version>
5+
<Version>1.2.6</Version>
66
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
77
<Authors>Microsoft</Authors>
88
<Company>Microsoft Corp.</Company>
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" GeneratePathProperty="true">
52+
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" GeneratePathProperty="true">
5353
<IncludeAssets>compile</IncludeAssets>
5454
</PackageReference>
5555
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
{
2-
"profiles": {
3-
"PerfDataExtensions": {
4-
"commandName": "Executable",
5-
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
6-
"commandLineArgs": "-addsearchdir C:\\src\\Microsoft-Performance-Tools-Linux\\PerfDataExtensions\\bin\\Debug\\netstandard2.1"
7-
}
8-
}
1+
{
2+
"profiles": {
3+
"PerfDataExtensions": {
4+
"commandName": "Executable",
5+
"executablePath": "C:\\Tools\\WPT\\latest\\wpa.exe",
6+
"commandLineArgs": "-addsearchdir E:\\src\\Microsoft-Performance-Tools-Linux-Android\\PerfDataTxtExtension\\bin\\Debug\\netstandard2.1"
7+
}
8+
}
99
}

PerfDataTxtExtension/pluginManifest.json

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

PerfUnitTest/PerfUnitTest.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.0.6" />
10+
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="3.1.13" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1212
<PackageReference Include="Microsoft.Performance.SDK" Version="1.0.27" />
1313
<PackageReference Include="Microsoft.Performance.Toolkit.Engine" Version="1.0.16" />

0 commit comments

Comments
 (0)