aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/dtrace/mips/dtrace_asm.S
Commit message (Collapse)AuthorAgeFilesLines
* Enable dtrace support for mips64 and the ERL kernel configKurt Lidl2017-09-061-2/+0
| | | | | | | | | | | | | | Turn on the required options in the ERL config file, and ensure that the fbt module is listed as a dependency for mips in the modules/dtrace/dtraceall/dtraceall.c file. PR: 220346 Reviewed by: gnn, markj MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D12227 Notes: svn path=/head/; revision=323206
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-051-23/+0
| | | | | | | | | | Tested on MIPS64. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Notes: svn path=/head/; revision=299118
* Fix DTrace's panic() action.Mark Johnston2015-04-241-44/+0
| | | | | | | | | | | | | | | It would previously call into some unfinished Solaris compatibility code and return without actually calling panic(9). The compatibility code is unneeded, however, so just remove it and have dtrace_panic() call vpanic(9) directly. Differential Revision: https://reviews.freebsd.org/D2349 Reviewed by: avg MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=281916
* Use macroses to load/store pointers and increase indexes instead ofOleksandr Tymoshenko2012-03-261-11/+11
| | | | | | | hardcoded MIPS64 instructions Notes: svn path=/head/; revision=233484
* Add device part of DTrace/MIPS codeOleksandr Tymoshenko2012-03-241-0/+303
Notes: svn path=/head/; revision=233409