aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace
Commit message (Expand)AuthorAgeFilesLines
* MFC r298473,298787: add invpcid, fix sahf/lahf in dtrace disassemblerAndriy Gapon2016-05-171-2/+2
* MFC r266103: Update dis_tables.c to the latest Illumos version.Andriy Gapon2016-05-171-17/+188
* MFC r288361: dtrace_getarg: remove stray return statement on amd64Andriy Gapon2015-10-231-1/+0
* MFC r228478, r263710, r273377, r273378, r273423, r273455 and r273899:Hans Petter Selasky2014-10-311-2/+2
* MFC r267759, r267761Mark Johnston2014-08-053-20/+16
* MFC r256822:Mark Johnston2014-08-041-1/+21
* MFC r256571:Mark Johnston2014-08-041-0/+3
* MFC r264434:Mark Johnston2014-07-311-0/+3
* MFC r262665:Mark Johnston2014-05-152-2/+12
* MFC r236566 (by zml):Mark Johnston2014-05-112-2/+2
* MFC r262543:Mark Johnston2014-05-031-0/+51
* MFC r262542:Mark Johnston2014-05-036-5078/+0
* MFC r258622,258675: dtrace sdt: remove the ugly sname parameter ofAndriy Gapon2014-02-171-1/+1
* MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* eventAndriy Gapon2014-02-171-2/+2
* MFC r256148: Initialize and free the DTrace taskqueue in the dtraceAndriy Gapon2014-02-172-0/+4
* MFC r252850: Hide references to mod_lockAndriy Gapon2014-02-173-9/+8
* MFC r257417: Remove references to an unused fasttrap probe hookAndriy Gapon2014-02-171-8/+0
* MFC r254813,259587: Rename the kld_unload event handler to kld_unload_tryAndriy Gapon2014-02-172-3/+3
* MFC r251237: Port the SDT testAndriy Gapon2014-01-171-0/+37
* MFC r250574, r250812, r253725;Pedro F. Giffuni2013-10-021-0/+2
* MFC r252894:Mark Johnston2013-09-212-0/+8
* MFC r253996,253997: opensolaris code: translate INVARIANTS to DEBUG and ZFS_D...Andriy Gapon2013-08-232-0/+4
* MFC r253772,253773,253989: dtrace disassembler: take the latest/lastAndriy Gapon2013-08-234-388/+3680
* MFC r251238:Mark Johnston2013-07-061-1/+1
* MFC: 236567George V. Neville-Neil2013-06-122-14/+24
* MFC r244631Ryan Stone2013-03-081-44/+54
* MFC r226452 (by marcel@)Ryan Stone2013-03-081-42/+2
* MFC: 238537,238552George V. Neville-Neil2012-12-102-4/+14
* MFC r238168,238169: further dtrace disassembler fixes for long nop decodingAndriy Gapon2012-07-152-10/+10
* MFC r237748: dtrace instruction decoder: add 0x0f 0x1f NOP opcode supportAndriy Gapon2012-07-022-2/+2
* MFC r227430:Marcel Moolenaar2012-03-171-3/+3
* Remove pc_cpumask usage from dtrace MD supportAttilio Rao2011-06-282-4/+4
* MFCAttilio Rao2011-05-102-42/+2
|\
| * dtrace: remove unused codeAndriy Gapon2011-05-102-42/+2
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-052-8/+11
|/
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butJung-uk Kim2011-04-072-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-212-2/+2
* dtrace_xcall: no need for special handling of curcpuAndriy Gapon2010-12-072-32/+6
* dtrace_gethrtime_init: pin to master while examining other CPUsAndriy Gapon2010-12-072-8/+10
* Make the /dev/dtrace/helper node have the mode 0660. This allowsRui Paulo2010-09-011-1/+1
* Destroy the helper device when unloading.Rui Paulo2010-08-221-0/+1
* Add more compatibility structure members needed by the upcoming fasttrapRui Paulo2010-08-221-3/+33
* Kernel DTrace support for:Rui Paulo2010-08-226-218/+573
* Add a function compatibility function dtrace_instr_size_isa() that onRui Paulo2010-08-222-0/+14
* Update several places that iterate over CPUs to use CPU_FOREACH().John Baldwin2010-06-114-18/+6
* dtrace_gethrtime: improve scaling of TSC ticks to nanosecondsAndriy Gapon2009-07-152-4/+95
* dtrace/amd64: fix virtual address checksAndriy Gapon2009-06-242-9/+6
* Remove unused variable.Ganbold Tsagaankhuu2008-11-251-2/+1
* Merge latest DTrace changes from Perforce.Craig Rodrigues2008-11-053-0/+13
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1