summaryrefslogtreecommitdiffstats
path: root/sys/dev/dt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize error variable in dtread().bluhm2021-03-261-2/+2
* Simplify sleep_setup API to two operations in preparation for splittingmpi2021-02-081-5/+3
* Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theclaudio2021-01-061-1/+5
* Add trace points for malloc(9) and free(9). This makes them traceableclaudio2020-12-311-1/+5
* Add defines for the number of frames to skip on powerpc64.kettenis2020-09-281-1/+4
* add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.jasper2020-09-141-1/+12
* unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3jasper2020-09-131-3/+2
* Add tracepoints in the page fault handler and when entries are added to maps.mpi2020-09-121-3/+15
* Always set `dtpr_size' to the total size required to hold all probe entries.mpi2020-08-131-5/+4
* Do the same as libc, store "-1" in the return value when a syscall failed.mpi2020-07-042-6/+9
* It's been agreed upon that global locks should be expressed usinganton2020-07-042-21/+21
* Replace TAILQ concatenation loop with TAILQ_CONCATbket2020-06-271-6/+2
* Interprets profile/interval value as a frequency and not a number of ticks.mpi2020-06-261-3/+3
* Export the number of arguments exposed by a probe to userland.mpi2020-03-283-5/+8
* Introduce stacktrace_save_at() and make use of it in dt(4).mpi2020-03-255-28/+40
* Replace msleep(9) by sleep_setup/setup_signal/finish() dance.mpi2020-02-041-5/+6
* Improve use of SMR in dt(4) by changing the time when smr_barrier()visa2020-01-271-34/+9
* New `kern.allowdt' button must be set to open(2) /dev/dt.mpi2020-01-241-1/+5
* Import dt(4) a driver and framework for Dynamic Profiling.mpi2020-01-215-0/+1520