summaryrefslogtreecommitdiff
path: root/src/mscorlib/src/System/Diagnostics/Eventing
AgeCommit message (Expand)AuthorFilesLines
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins2-2/+2
2018-03-17Fix EventSource Test Failures in CoreFX (#16999)Brian Robbins1-37/+53
2018-03-14Add EventSource TraceLogging Support for EventPipe (#16861)Brian Robbins2-0/+385
2018-03-07Remove dead code found by ILLink. (#16759)Eugene Rozenfeld1-12/+0
2018-03-06Convert Byte Arrays to Hexidecimal Strings When Writing to LTTng via EventSou...Brian Robbins1-11/+38
2018-02-08Explictly initialize EventData.Reserved for System.Private.CoreLib. (#16283)Brian Robbins1-0/+18
2018-02-05Remove FEATURE_ACTIVITYSAMPLING and associated code. (#16185)Brian Robbins1-34/+10
2018-01-29Add ActivityId Support to EventPipe (#16055)Brian Robbins3-20/+37
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-5/+10
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-17/+12
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-12/+17
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-3/+1
2017-11-18Delete unnecesary SuppressUnmanagedCodeSecurity annotations (#15102)Jan Kotas1-7/+0
2017-09-26Replace Contract.Assumes and Contract.Assert with Debug.Assert/Debug.Fail (#1...Dan Moseley1-4/+0
2017-09-01Change identifier for EventProviders from GUID to string name (#13370)Victor "Nate" Graf2-3/+3
2017-08-30Spelling and grammar corrections - M through Z (#13698)Brian Chavez1-1/+1
2017-08-24Remove unnecessary buffer copy from EventPipe::WriteEvent pipeline (#13347)Victor "Nate" Graf2-19/+6
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins3-9/+29
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo2-2/+52
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins1-1/+19
2017-05-13Disable ETW calls on UNIX.Brian Robbins1-4/+4
2017-05-12Only call EventActivityIdControl ETW function on Windows. (#11549)Brian Robbins1-2/+2
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins2-20/+157
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins1-0/+86
2017-04-07Delete duplicate files and fix build breaksJan Kotas39-15764/+0
2017-03-311. Remove disable of C4996Rahul Kumar1-2/+1
2017-03-25Typo correction (#10482)Ofer Zelig1-1/+1
2017-03-22Switch coreclr corelib to use resx (#10372)Alex Perovich3-4/+4
2017-03-21Revert "Switch coreclr corelib to use resx (#10268)"Jan Kotas3-4/+4
2017-03-21Switch coreclr corelib to use resx (#10268)Alex Perovich3-4/+4
2017-03-16Hide types which are now public in corefx (#10142)Rahul Kumar1-1/+1
2017-02-23Run codeformatter on S.P.CoreLib sourcesAlex Perovich24-392/+446
2017-02-09Revert earlier CAS changes to Eventing/** and put under !if !CORECLR (#9478)Dan Moseley4-0/+49
2017-02-07Remove more CAS (#9390)Dan Moseley4-4/+5
2017-02-06Delete remaining security transparency annotationsJan Kotas2-16/+14
2017-02-06CAS Security cleanup (#9355)Jan Kotas2-0/+4
2017-01-27Revert `Remove #if false blocks` just for Eventingdanmosemsft4-0/+186
2017-01-27Revert `Remove FEATURE_MANAGED_ETW_CHANNELS`danmosemsft3-2/+51
2017-01-27Revert `Remove disabled FEATURE_ADVANCED_MANAGED_ETW_CHANNELS`danmosemsft1-0/+80
2017-01-23Remove disabled FEATURE_ADVANCED_MANAGED_ETW_CHANNELSdanmosemsft1-80/+0
2017-01-23Merge pull request #9044 from dotnet/redundant_defsDan Moseley3-51/+2
2017-01-23Remove some Diagnostics.Eventing allocations (#8869)Ben Adams2-17/+15
2017-01-22Remove FEATURE_MANAGED_ETW_CHANNELSdanmosemsft3-51/+2
2017-01-12Remove #if false blocks (#8933)Dan Moseley4-186/+0
2017-01-03Redo some argument name corrections (#8727)Stephen A. Imhoff1-1/+1
2016-12-12Rename Contract.Assert to Debug.Assert (#8600)Jan Kotas6-58/+61
2016-12-09Removes final FEATURE_CORECLR defines (#8555)Jeremy Kuhne1-4/+0
2016-12-09Strip some security related attributes (#8571)Jeremy Kuhne7-78/+0
2016-12-08Strip more defines from CoreLib (#8545)Jeremy Kuhne1-7/+1
2016-12-07Change ArraySortHelper to use Comparison<T>Mike Danes1-1/+1