aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
...
* dtrace_getarg: remove stray return statement on amd64, powerpcAndriy Gapon2015-09-292-2/+0
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,Mark Johnston2015-09-111-1/+1
* When checking for the valid value of the frame pointer, verify that itKonstantin Belousov2015-07-162-8/+8
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()Konstantin Belousov2015-07-021-3/+0
* First cut of DTrace for AArch64.Ruslan Bukin2015-07-014-0/+822
* Don't re-define LOCORE when dtrace is built-in to the kernel.Ruslan Bukin2015-06-101-1/+0
* Remove unused references to calltrap.Mark Johnston2015-05-252-4/+0
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* Fix DTrace's panic() action.Mark Johnston2015-04-246-477/+0
* libdtrace: add support for lazyload mode.Mark Johnston2015-04-081-3/+4
* Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate.Mark Johnston2015-03-302-2/+44
* On ARM, unlike some other architectures, saved $pc values from in-kernelRobert Watson2015-03-151-6/+6
* Add support for walltimestamp to DTrace on ARM.George V. Neville-Neil2015-03-071-3/+4
* dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetAndrew Turner2015-03-051-5/+3
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toAndrew Turner2015-03-051-6/+91
* Fix build after unifying DAR/DEAR storage in trap frame.Nathan Whitehorn2015-03-051-1/+1
* Fix the dtrace ARM atomic compare-and-set functions. These functions areAndrew Turner2015-03-012-31/+22
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisAndrew Turner2015-02-191-89/+28
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-104-0/+871
* MFV r266993:Pedro F. Giffuni2015-02-032-16/+0
* Mechanically convert cddl sun #ifdef's to illumosSteven Hartland2015-01-174-17/+17
* Restore the trap type argument to the DTrace trap hook, removed in r268600.Mark Johnston2014-12-234-10/+8
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Fix the stack tracing for dtrace/powerpc.Justin Hibbits2014-09-171-19/+121
* Use a C wrapper for trap() instead of checking and calling the DTrace trapMark Johnston2014-07-191-3/+1
* Invoke the DTrace trap handler before calling trap() on amd64. This matchesMark Johnston2014-07-144-19/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* MFV illumos r266986:Rui Paulo2014-06-261-0/+1
* Continue the crusade towards a dev_clone()-free kernel, removing itsDavide Italiano2014-06-254-84/+1
* Fix some bugs when fetching probe arguments in i386. Firstly ensure thatMark Johnston2014-06-232-10/+5
* Fix a couple of bugs on amd64 when fetching probe arguments beyond theMark Johnston2014-06-231-10/+11
* Update dis_tables.c to the latest Illumos version.Peter Grehan2014-05-151-17/+188
* DTrace's pid provider works by inserting breakpoint instructions at probeMark Johnston2014-04-141-0/+3
* Expose a few DTrace parameters as sysctls under kern.dtrace and addMark Johnston2014-03-012-3/+14
* Fix the struct reg mappings for i386 and amd64, which differ between illumosMark Johnston2014-02-271-0/+51
* Move some files that are identical on i386 and amd64 to an x86 subdirectoryMark Johnston2014-02-276-5078/+0
* Allocate the probe ID unrhdr before the DTrace kld_* event handlers areMark Johnston2013-12-311-2/+2
* Revert r260091. The vmem calls seem to be slower than the *_unr() calls thatMark Johnston2013-12-312-4/+3
* Now that vmem(9) is available, use vmem arenas to allocate probe andMark Johnston2013-12-302-3/+4
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-1/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-8/+0
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits2013-10-251-1/+2
* When fetching function arguments out of a frame on amd64, explicitly selectMark Johnston2013-10-211-1/+21
* Add a function, memstr, which can be used to convert a buffer ofMark Johnston2013-10-161-0/+2
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadMark Johnston2013-10-082-0/+4
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+1
* Whitespace cleanup.Justin Hibbits2013-09-021-46/+46