Граф коммитов

157 Коммитов

Автор SHA1 Сообщение Дата
Immo Landwerth b4ae94d7b5
Link Code of Conduct (#107) 2020-04-02 15:26:26 -07:00
dotnet-bot e9f92e760b Add SECURITY.md 2020-02-26 01:44:47 +00:00
Brian Robbins b5964022f7
Remove perfcollect from corefx-tools. (#106) 2019-08-22 11:31:15 -07:00
Koundinya Veluri eef3e980c7
Merge pull request #105 from kouvel/LinuxPerfMapFixFxt
Update parameters to crossgen to replace parameters that are not accepted anymore (PerfCollect)
2019-06-05 10:32:28 -07:00
Koundinya Veluri 7d8149d1c9 Update paramters to crossgen to replace parameters that are not accepted anymore 2019-06-04 21:57:38 -07:00
Koundinya Veluri 78c6d391bf
Merge pull request #103 from kouvel/TierEtlFxt
Add some perf events/data for tiered compilation (PerfCollect)
2019-06-04 20:05:42 -07:00
Koundinya Veluri 6caf4b7c74 Rename TieredCompilationKeyword to CompilationKeyword 2019-05-21 16:18:28 -07:00
Koundinya Veluri ea65e3d2f1 Add some perf events/data for tiered compilation (PerfCollect)
- Depends on CoreCLR PR
- I haven't gotten any events (even existing ones) to show up yet in traces from Linux. For now, just adding new event registrations.
2019-05-16 08:16:16 -07:00
Koundinya Veluri c51df40ffb Replace tabs with spaces 2019-05-16 08:14:46 -07:00
Brian Robbins d6a47b805b
Support .NET Core 3.0 Preview5 Docker Container (#102) 2019-05-06 13:47:10 -07:00
Sung Yoon Whang c0d1197eff
Merge pull request #98 from sywhang/issue-97
Fix issue 97
2019-03-09 03:13:53 -08:00
Sung Yoon Whang deb452d6bc Fix issue 97 2019-03-09 03:12:35 -08:00
Sung Yoon Whang 6ec6576c9f
Merge pull request #96 from sywhang/issue-65
Add GCWithHeap option to perfcollect
2019-03-08 16:39:04 -08:00
Sung Yoon Whang 7cceda17fb leave JIT/Loader/Exception in 2019-03-08 14:39:00 -08:00
Sung Yoon Whang 6311b583ab Add GCWithHeap option, remove GCJoin and PinObjectAtGCTime events from GCCollectOnly option 2019-03-08 14:35:53 -08:00
Brian Robbins edffbd557f
Merge pull request #79 from brianrob/more_debian_fixes
Fix Debian Jessie containers
2018-06-01 10:49:48 -07:00
Brian Robbins 26fa151ae9 Fix Debian Jessie containers. 2018-06-01 10:49:18 -07:00
Brian Robbins 913728ecdd
Merge pull request #78 from brianrob/debian_containers
Fix perfcollect on Debian-based containers
2018-05-29 11:29:00 -07:00
Brian Robbins a595eb6632 Fix perfcollect on Debian-based containers. 2018-05-29 11:28:20 -07:00
Brian Robbins 447ed1ed01
Merge pull request #77 from jeremymeng/warn-libcoreclr-notfound
Add a warning message for when libcoreclr is not found in perf data
2018-05-22 12:37:11 -07:00
Jeremy Meng 6e7aff92fc Add a warning message for when libcoreclr is not found in perf data
Currently the same "crossgen not found" warning is reported when `libcoreclr.so`
is not in the output of `perf buildid-list ...`, which can cause confusion.
2018-05-21 12:32:31 -07:00
Brian Robbins c1b71c8dea Merge pull request #70 from brianrob/default_collection
Define default collection settings for LTTng
2017-10-23 00:24:29 -07:00
Brian Robbins 19f84e733b Define default collection settings for LTTng. 2017-10-23 00:23:44 -07:00
Brian Robbins e3ecc0279e Merge pull request #66 from brianrob/framework_symbols_warning
Add a warning when framework symbols aren't generated.
2017-09-26 16:47:49 -07:00
Brian Robbins a4486520ed Add a warning when framework symbols aren't generated. 2017-09-26 13:35:05 -07:00
Matthew Whilden 5479a6574c Merge pull request #62 from teamneusta/pr/AllowWildcardsInPDBSparameter
Allow wildcards in /pdbs parameter values in StackParser
2017-03-08 13:36:46 -08:00
Carsten Schuette b4eded5039 Add information about wildcards to usage information 2017-03-08 22:16:19 +01:00
Matthew Whilden 2a313bb2e2 Merge pull request #61 from teamneusta/pr/FixStreamCloseAndSeveralBugs
Fix too early stream close and several other bugs in StackParser
2017-02-27 16:39:42 -08:00
Brian Robbins c048870abd Merge pull request #63 from brianrob/command_path
POSIX compliant GetCommandFullPath
2017-02-27 13:07:25 -08:00
Brian Robbins 22bf385630 POSIX compliant GetCommandFullPath. 2017-02-27 13:06:15 -08:00
Carsten Schuette c6809b70a0 Allow wildcards in /pdbs parameter values 2017-02-22 22:48:20 +01:00
Carsten Schuette bd2242468b PDB and module names are not case sensitive, fix bug when file name has different case in command line arguments 2017-02-22 22:43:05 +01:00
Carsten Schuette fc2a0b960c Fix bug where first character of module name is lost if no space is in the first fragment of a stack trace line 2017-02-22 22:42:10 +01:00
Carsten Schuette 8afe908529 Close StreamReader/StreamWriter at the end, not before processing the input file 2017-02-22 22:41:11 +01:00
Brian Robbins c816bfd644 Merge pull request #59 from brianrob/suse_zip
Better Dependency Discovery
2017-01-18 10:02:19 -08:00
Brian Robbins b791c043c7 Implement discovery of commands that perfcollect calls. Remove hardcoded paths. 2017-01-17 16:50:44 -08:00
Brian Robbins e330790eca Add zip/unzip package installation for OpenSUSE. 2017-01-17 16:01:16 -08:00
Brian Robbins 83b1188d13 Merge pull request #58 from brianrob/crossgen_fix
Fix crossgen command line bug.
2016-11-08 15:47:50 -08:00
Brian Robbins 4b98157c86 Fix crossgen command line bug. 2016-11-08 15:47:23 -08:00
Brian Robbins 660c4fc6a5 Merge pull request #57 from rgesteve/hwevents
Added hardware event collection
2016-10-25 15:31:52 -07:00
R. G. Esteves 55fd740a87 Replaced spaces with tabs to fix indentation 2016-10-25 13:32:02 -07:00
Brian Robbins 03272dc295 Merge pull request #55 from bostrt/patch-1
Corrected RHEL install prompt
2016-09-12 13:42:42 -07:00
R. G. Esteves 3774996849 Added hardware event collection 2016-09-06 23:14:03 -07:00
Brian Robbins 29e462a6d6 Merge pull request #56 from brianrob/ubuntu-deps
Add missing dependencies for Ubuntu on Docker.
2016-06-27 15:17:53 -07:00
Brian Robbins 21c3e3f512 Add missing dependencies for Ubuntu on Docker. 2016-06-27 15:16:41 -07:00
Robert Bost f5bd2ec18f Corrected RHEL install prompt 2016-06-24 20:05:21 -04:00
Brian Robbins e2f0c4071f Merge pull request #54 from brianrob/docker
Add Demo Dockerfile for Performance Tracing
2016-06-17 15:57:33 -07:00
Brian Robbins 7871442f24 Add demo Dockerfile for performance tracing. 2016-06-17 14:03:53 -07:00
Brian Robbins d878619319 Merge pull request #53 from brianrob/livelttng
Enable Live Tracing of EventSource Events
2016-06-16 17:14:32 -07:00
Brian Robbins 3aac56ae90 Enable live tracing of EventSource events. 2016-06-16 17:09:59 -07:00