File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
LTTngDataExtensions/Properties Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 33 "LTTngDataExtensions" : {
44 "commandName" : " Executable" ,
55 "executablePath" : " C:\\ Tools\\ WPT\\ latest\\ wpa.exe" ,
6- "commandLineArgs" : " -addsearchdir C:\\ Users \\ ivberg \\ Downloads \\ Microsoft-Performance-Tools-Linux\\ MicrosoftPerfToolkitAddinsIvan "
6+ "commandLineArgs" : " -addsearchdir C:\\ src \\ Microsoft-Performance-Tools-Linux\\ LTTngDataExtensions \\ bin \\ Debug \\ netstandard2.1 "
77 }
88 }
99}
Original file line number Diff line number Diff line change @@ -34,8 +34,14 @@ See [Releases](https://github.com/microsoft/Microsoft-Performance-Tools-Linux/re
3434The tools can be run in several modes:
3535
3636- Cross-platform with .NET Core
37- - Used as a library
37+ - Used as a library to process traces / logs programatically
38+ - Examples:
39+ - [ LTTng 1] ( LTTngDriver/Program.cs ) , [ LTTng 2] ( LTTngDataExtUnitTest/LTTngUnitTest.cs )
40+ - [ Perf] ( PerfUnitTest/PerfUnitTest.cs )
41+ - [ LinuxLogs] ( LinuxLogParsers/LinuxLogParsersUnitTest/LinuxLogParsersUnitTest.cs )
3842 - With a driver program for example dumping to screen or text format
43+ - ./LTTngDriver.exe LTTng-Kernel-Trace.ctf (trace folder is zipped and renamed to .ctf)
44+ - ./LTTngDriver.exe LTTngKernelTraceFolder (not currently working - blocked on [ Issue #6 ] ( https://github.com/microsoft/Microsoft-Performance-Tools-Linux/issues/6 ) )
3945- (Coming soon) (Windows) Command-line dumping to a text format (say CSV)
4046- (Coming soon) (Windows) Using the WPA GUI to load these tools as plugins
4147
Original file line number Diff line number Diff line change @@ -94,21 +94,21 @@ jobs:
9494 TargetFolder : ' $(Build.ArtifactStagingDirectory)/Microsoft-Performance-Tools-Linux/LTTngDriver'
9595
9696 - task : CopyFiles@2
97- displayName : Copy Cloud-initBuild to Output Artifacts
97+ displayName : Copy Cloud-init Build to Output Artifacts
9898 inputs :
9999 SourceFolder : ' LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/Cloud-init/bin/$(BuildConfiguration)/netstandard2.1'
100100 Contents : ' **'
101101 TargetFolder : ' $(Build.ArtifactStagingDirectory)/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/Cloud-init'
102102
103103 - task : CopyFiles@2
104- displayName : Copy DmesgIsoLog to Output Artifacts
104+ displayName : Copy DmesgIsoLog Build to Output Artifacts
105105 inputs :
106106 SourceFolder : ' LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/DmesgIsoLog/bin/$(BuildConfiguration)/netstandard2.1'
107107 Contents : ' **'
108108 TargetFolder : ' $(Build.ArtifactStagingDirectory)/Microsoft-Performance-Tools-Linux/MicrosoftPerfToolkitAddins/Dmesg'
109109
110110 - task : CopyFiles@2
111- displayName : Copy WaLinuxAgent to Output Artifacts
111+ displayName : Copy WaLinuxAgent Build to Output Artifacts
112112 inputs :
113113 SourceFolder : ' LinuxLogParsers/LinuxPlugins-MicrosoftPerformanceToolkSDK/WaLinuxAgent/bin/$(BuildConfiguration)/netstandard2.1'
114114 Contents : ' **'
You can’t perform that action at this time.
0 commit comments