summaryrefslogtreecommitdiff
path: root/sys/cddl/dev
Commit message (Expand)AuthorAgeFilesLines
* Set oldfp so the check for fp == oldfp works as expected.Andrew Turner2016-05-311-1/+3
* Correct the implementation of dtrace_interrupt_disable/enable.Ruslan Bukin2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theAndrew Turner2016-05-271-1/+2
* Try to unbreak the build after r300611 by including the headerBjoern A. Zeeb2016-05-241-0/+1
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-247-0/+1103
* Mark all memory before the kernel as toxic to DTrace.Andrew Turner2016-05-241-1/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-144-24/+74
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-054-25/+280
* add invpcid instruction to i386 dtrace disassembler tablesAndriy Gapon2016-04-291-1/+1
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.Mark Johnston2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsAndriy Gapon2016-04-221-1/+1
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-1715-73/+95
* Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.Mark Johnston2016-04-101-13/+5
* Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.Mark Johnston2016-04-102-36/+60
* Implement dtrace_getupcstack in ARM64Wojciech Macek2016-04-061-1/+118
* Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.Mark Johnston2016-03-176-13/+0
* Fix a couple of silly mistakes in r291962.Mark Johnston2016-03-081-2/+2
* As <machine/vmparam.h> is included from <vm/vm_param.h>, there is noSvatopluk Kraus2016-02-223-3/+0
* ARM: Rename remaining ARMv4 specific function in DTrace code.Michal Meloun2016-02-061-1/+1
* Be stricter on which functions we can probe with FBT. We now only check theAndrew Turner2015-12-231-5/+13
* Support an arbitrary number of arguments to DTrace syscall probes.Mark Johnston2015-12-172-38/+54
* Remove the unused systrace device file and fix style bugs.Mark Johnston2015-12-161-61/+41
* Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.Mark Johnston2015-12-071-16/+38
* Allow the artificial profile frames to be adjusted as needed by the user.Andrew Turner2015-12-051-6/+9
* Move the check to see if we are tracing a function with the DTrace FunctionAndrew Turner2015-12-051-17/+13
* Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding theMark Johnston2015-11-191-2/+2
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-10/+34
* sdt: static-ize couple of variablesAndriy Gapon2015-09-291-2/+2
* sdt module does not seem to actually use any symbol from opensolaris moduleAndriy Gapon2015-09-291-1/+0
* std: it is important that func name is never an empty stringAndriy Gapon2015-09-291-0/+2
* sdt: start checking version field when parsing probe definitionsAndriy Gapon2015-09-291-0/+6
* 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
* Remove a couple of unused fields from the FBT probe struct.Mark Johnston2015-08-035-6/+0
* Remove checks for a NULL return value from M_WAITOK allocations.Mark Johnston2015-07-211-10/+4
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-192-330/+5
* Modify lockstat_nsecs() to just return unless lockstat probes are actuallyMark Johnston2015-07-181-0/+4
* 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-018-3/+1039
* Add a central location for exclusion checks. We checkRuslan Bukin2015-07-012-0/+32
* 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
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Remove some commented-out upstream code for handling traps from usermodeMark Johnston2015-05-102-224/+0
* Adjust PROF_ARTIFICIAL_FRAMES in the DTrace profile provider on ARM toRobert Watson2015-04-251-2/+4
* 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
* Now that DTrace stack traces handle exception frames better, skip fewerRobert Watson2015-03-151-1/+1