summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Diagnostics
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Simplify StackFrame class (#23483)Marek Safar2-62/+8
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang1-1/+1
2019-03-24typo: Double word "never" (dotnet/corefx#36300)Nick Schonning1-1/+1
2019-03-24typo: Double word "to" (dotnet/corefx#36264)Nick Schonning1-2/+2
2019-03-24typo: Double word "that" (dotnet/corefx#36269)Nick Schonning1-1/+1
2019-03-24typo: Double word "a" (dotnet/corefx#36271)Nick Schonning1-1/+1
2019-03-19Remove timer in RuntimeEventSource (#23311)Sung Yoon Whang3-3/+3
2019-03-16Fixing some payload serialization issue on new EventCounters (#23295)Sung Yoon Whang4-7/+8
2019-03-16Fix typo (#23300)Nikita Potapenko1-2/+2
2019-03-13Add new counter APIs (#23077)Sung Yoon Whang7-365/+829
2019-03-07Use platform specific implementation of GetCurrentProcessId (#23084)Marek Safar2-1/+3
2019-03-05Clean up some string.Format usage (#23025)Stephen Toub1-1/+1
2019-03-05Fix issue 23009Andrew Au1-1/+4
2019-03-02Use BitOperations in more callsites (CoreCLR) (#22630)Grant2-33/+51
2019-03-02Fix CoreFX build breakJan Kotas1-0/+3
2019-03-02Fix netfx build breakJan Kotas1-0/+4
2019-03-01Remove unused code from EventSource (#22853)Marek Safar2-36/+0
2019-02-27Fix BitOperations using in standalone EventSource buildStephen Toub1-1/+1
2019-02-27Fix EventSource StubEnvironmentJan Kotas1-1/+1
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-6/+1
2019-02-26Make BitOperations public (CoreCLR) (#22864)Grant1-5/+6
2019-02-15Fix CoreFX build breaksJan Kotas2-0/+11
2019-02-14Consolidate implementation of Rotate and PopCount (#22584)Grant1-20/+5
2019-02-14Fix netfx build break in Microsoft.Diagnostics.Tracing.EventSource.RedistStephen Toub1-3/+3
2019-02-14Move FrameworkEventSource to shared partition (#22507)Marek Safar1-0/+162
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub3-5/+5
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (#22533)Sung Yoon Whang1-5/+5
2019-02-11Annotate EventCounter as a relocated type (dotnet/corert#6990)Michal Strehovský1-1/+1
2019-02-08move EventCounter to shared CoreLib (dotnet/corefx#35183)Sung Yoon Whang1-0/+491
2019-01-24Rename TplEtwProvider to TplEventSource (#22194)Jan Kotas1-21/+21
2019-01-22Fix CoreRT build breaksJan Kotas1-5/+1
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara4-17/+207
2019-01-17Move AsyncMethodBuilder to shared. (dotnet/corert#6832)Filip Navara1-0/+1
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar1-0/+12
2019-01-07Moves StackTrace to shared partition (#21757)Marek Safar1-0/+396
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams1-12/+6
2019-01-02Change a couple string.Replace("a", "b") to string.Replace('a', 'b') (#21768)Stephen Toub1-1/+1
2019-01-02Additional ifdef changes which are ES_BUILD_STANDALONE specific for System.Di...Marek Safar2-4/+4
2019-01-01Tweaks permissions ifdefs in System.Diagnostics.Tracing (#21733)Marek Safar4-29/+11
2018-12-27Move Contracts.cs (CoreCLR version) to shared CoreLib and update code to comp...Filip Navara1-0/+657
2018-12-23Move DebugProvider.Windows to shared CoreLib. (#21657)Filip Navara1-0/+89
2018-12-22Synchronize Task, Awaiter and ThreadPool implementation with CoreCLR (#6706)Jan Kotas1-1/+1
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas2-17/+5
2018-12-04Merge pull request #21356 from stephentoub/xmlcommentsStephen Toub1-3/+0
2018-12-04Fix lots of malformed XML commentsStephen Toub1-3/+0
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-1/+1
2018-11-29Typos (dotnet/corert#6605)John Doe1-1/+1
2018-11-24Move AppDomain local data store to AppContext and cleanup AppContext (#21180)Jan Kotas1-2/+2
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-11/+3
2018-11-08EventPipe support for "Parameters" (#20796)José Rivero1-0/+13