summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* ARM: Rename remaining ARMv4 specific function in DTrace code.mmel2016-02-061-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theandrew2015-12-231-5/+13
* Support an arbitrary number of arguments to DTrace syscall probes.markj2015-12-172-38/+54
* Remove the unused systrace device file and fix style bugs.markj2015-12-161-61/+41
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.markj2015-12-071-16/+38
* Allow the artificial profile frames to be adjusted as needed by the user.andrew2015-12-051-6/+9
* Move the check to see if we are tracing a function with the DTrace Functionandrew2015-12-051-17/+13
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding themarkj2015-11-191-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-10/+34
* sdt: static-ize couple of variablesavg2015-09-291-2/+2
* sdt module does not seem to actually use any symbol from opensolaris moduleavg2015-09-291-1/+0
* std: it is important that func name is never an empty stringavg2015-09-291-0/+2
* sdt: start checking version field when parsing probe definitionsavg2015-09-291-0/+6
* dtrace_getarg: remove stray return statement on amd64, powerpcavg2015-09-292-2/+0
* Remove the arg0 field from struct amd64_frame. Its existence was a bug,markj2015-09-111-1/+1
* Remove a couple of unused fields from the FBT probe struct.markj2015-08-035-6/+0
* Remove checks for a NULL return value from M_WAITOK allocations.markj2015-07-211-10/+4
* Implement the lockstat provider using SDT(9) instead of the custom providermarkj2015-07-192-330/+5
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallymarkj2015-07-181-0/+4
* When checking for the valid value of the frame pointer, verify that itkib2015-07-162-8/+8
* Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()kib2015-07-021-3/+0
* First cut of DTrace for AArch64.br2015-07-018-3/+1039
* Add a central location for exclusion checks. We checkbr2015-07-012-0/+32
* Don't re-define LOCORE when dtrace is built-in to the kernel.br2015-06-101-1/+0
* Remove unused references to calltrap.markj2015-05-252-4/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Remove some commented-out upstream code for handling traps from usermodemarkj2015-05-102-224/+0
* Adjust PROF_ARTIFICIAL_FRAMES in the DTrace profile provider on ARM torwatson2015-04-251-2/+4
* Fix DTrace's panic() action.markj2015-04-246-477/+0
* libdtrace: add support for lazyload mode.markj2015-04-081-3/+4
* Import a missing piece of commit b8fac8e162eda7e98d from illumos-gate.markj2015-03-302-2/+44
* Now that DTrace stack traces handle exception frames better, skip fewerrwatson2015-03-151-1/+1
* On ARM, unlike some other architectures, saved $pc values from in-kernelrwatson2015-03-151-6/+6
* Replace the completely arbitrary '3' with '9' for the number of frames torwatson2015-03-151-1/+1
* Add support for walltimestamp to DTrace on ARM.gnn2015-03-071-3/+4
* dtrace_cas32 and dtrace_casptr should retrn the data loaded from targetandrew2015-03-051-5/+3
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toandrew2015-03-052-8/+93
* Fix build after unifying DAR/DEAR storage in trap frame.nwhitehorn2015-03-051-1/+1
* Don't all DTrace's FBT on ARM to instrument undefinedinstruction(), asrwatson2015-03-051-0/+7
* Fix the dtrace ARM atomic compare-and-set functions. These functions areandrew2015-03-012-31/+22
* Use the ARM unwinder with dtrace to extract the stack when asked. With thisandrew2015-02-191-90/+29
* Clean up machine dependent code for DTrace on ARM.gnn2015-02-111-1142/+31
* Initial version of DTrace on ARM32.gnn2015-02-108-1/+2216
* MFV r266993:pfg2015-02-032-16/+0
* Mechanically convert cddl sun #ifdef's to illumossmh2015-01-174-17/+17
* Restore the trap type argument to the DTrace trap hook, removed in r268600.markj2014-12-234-10/+8
* remove opensolaris cyclic code, replace with high-precision calloutsavg2014-12-075-1865/+169
* Whitespacejhibbits2014-10-241-1/+1
* Three updates to PowerPC FBT:jhibbits2014-10-241-3/+15
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-2/+2
OpenPOWER on IntegriCloud