summaryrefslogtreecommitdiffstats
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* MFC r313841, r313850:markj2017-03-102-2/+20
* MFC r313133:markj2017-02-172-53/+639
* MFC r303796:jhibbits2016-12-232-2/+8
* MFC: 309069gnn2016-12-202-0/+14
* MFC r306570:markj2016-10-244-13/+0
* MFC r306220:markj2016-10-021-2/+4
* Set oldfp so the check for fp == oldfp works as expected.andrew2016-05-311-1/+3
* Correct the implementation of dtrace_interrupt_disable/enable.br2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theandrew2016-05-271-1/+2
* Try to unbreak the build after r300611 by including the headerbz2016-05-241-0/+1
* Add initial DTrace support for RISC-V.br2016-05-247-0/+1103
* Mark all memory before the kernel as toxic to DTrace.andrew2016-05-241-1/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-144-24/+74
* Implement FBT provider (MD part) for DTrace on MIPS.br2016-05-054-25/+280
* add invpcid instruction to i386 dtrace disassembler tablesavg2016-04-291-1/+1
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.markj2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsavg2016-04-221-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.markj2016-04-1715-73/+95
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.markj2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.markj2016-04-102-36/+60
* Implement dtrace_getupcstack in ARM64wma2016-04-061-1/+118
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.markj2016-03-176-13/+0
* Fix a couple of silly mistakes in r291962.markj2016-03-081-2/+2
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noskra2016-02-223-3/+0
* 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
OpenPOWER on IntegriCloud