summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/dtrace/dtrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-198158 Want named threads APIJohn Levon1-3/+22
2018-09-109094 want writable uregs[] in dtracePatrick Mooney1-1/+54
2017-11-308880 improve DTrace error checkingJerry Jelinek1-0/+7
2016-11-167505 dtrace helpers leaked during fork when lwp_create failsPatrick Mooney1-4/+14
2016-06-087084 DTrace divide overflow can induce panicBryan Cantrill1-0/+8
2016-06-027033 ustack helper should fault on bad return valuesAlex Wilson1-1/+8
2016-06-027034 negative record sizes should be rejectedAlex Wilson1-2/+12
2016-06-027035 string-related subroutines should validate input earlierPatrick Mooney1-83/+221
2016-03-126734 dtrace_canstore_statvar() fails for some valid static variablesBryan Cantrill1-4/+4
2016-02-046604 harden DIF bounds checkingBryan Cantrill1-2/+75
2015-10-066271 dtrace caused excessive fork timeBryan Cantrill1-2/+9
2015-09-296266 harden dtrace_difo_chunksize() with respect to malicious DIFBryan Cantrill1-8/+59
2015-05-183599 dtrace_dynvar tail calls can blow stackBryan Cantrill1-3/+3
2014-11-105255 uts shouldn't open-code ISP2Josef 'Jeff' Sipek1-1/+1
2014-04-294823 don't open-code NSEC2MSEC and MSEC2NSECJosef 'Jeff' Sipek1-1/+1
2014-04-224767 dtrace_probe() always has the timestampMatthew Ahrens1-2/+3
2014-02-254469 DTrace helper tracing should be dynamicBryan Cantrill1-31/+52
2014-02-254478 dtrace_dof_maxsize is far too smallBryan Cantrill1-1/+1
2014-02-254474 DTrace Userland CTF SupportRobert Mustacchi1-33/+80
2014-02-254477 DTrace should speak JSONJoshua M. Clulow1-0/+593
2014-02-252915 DTrace in a zone should see "cpu", "curpsinfo", et alBryan Cantrill1-44/+233
2013-11-054248 dtrace(1M) should never create DOF with empty probes sectionBryan Cantrill1-3/+3
2013-02-103529 iostat should display time used by dtraceMatthew Ahrens1-2/+7
2013-01-313511 dtrace.c erroneously checks for memory alignment on amd64Sebastien Roy1-1/+1
2012-07-253021 option for time-ordered output from dtrace(1M)Adam H. Leventhal1-100/+127
2012-03-282551 jstack may deal in stale ustack helper framesRichard Lowe1-0/+17
2012-03-302558 bump dtrace_helper_actions_max to 1024Dave Pacheco1-1/+1
2011-11-031694 Add type-aware print() actionEric Schrock1-4/+10
2011-08-041457 lltostr() D subroutine should take an optional baseBryan Cantrill1-6/+28
2011-07-121451 DTrace needs toupper()/tolower() subroutinesBryan Cantrill1-1/+48
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill1-0/+14
2011-07-081452 DTrace buffer autoscaling should be less violentBryan Cantrill1-9/+24
2011-07-061456 DTrace profile and tick probes sometimes don't fire in a zoneBryan Cantrill1-90/+149
2011-08-131362 add kvmstat for monitoring of KVM statisticsBryan Cantrill1-0/+16
2011-07-011368 enablings on defunct providers prevent providers from unregisteringBryan Cantrill1-4/+136
2011-02-08905 want llquantize() support in DTraceBryan Cantrill1-0/+98
2011-01-20908 dtrace in the global zone may miss USDT probes in local zonesBryan Cantrill1-3/+6
2010-07-236679140 asymmetric alloc/dealloc activity can induce dynamic variable dropsBryan Cantrill1-15/+64
2009-06-306851093 system drops to kmdb with anonymous dtrace probes + kmdbJonathan Haslam1-2/+7
2009-04-226823388 DTrace ioctl handlers must validate all structure membersJonathan Haslam1-1/+2
2009-04-206806023 cpc provider event name validation needs to be a bit tighterJonathan Haslam1-1/+8
2009-02-13PSARC 2008/480 DTrace CPC ProviderJonathan Haslam1-17/+42
2008-09-22PSARC 2008/382 Fast RebootSherry Moore1-1/+2
2008-09-156735480 race between probe enabling and provider registrationJonathan Haslam1-4/+16
2008-07-026718877 crgetzoneid() use can cause problems when forking processes with USDT...jhaslam1-1/+2
2008-05-276699767 panic in spec_open()cth1-1/+2
2008-05-056677812 race between dtrace activities in non-local zonesahl1-6/+14
2008-04-096583726 race between program and process destructionahl1-48/+19
2008-02-076325485 A stddev() aggregator would be a nice adjunct to avg()jhaslam1-4/+124
2007-09-216606981 the ucaller variable requires additional checksahl1-0/+2