summaryrefslogtreecommitdiffstats
path: root/sys/dev/dt
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Initialize error variable in dtread().bluhm1-2/+2
2021-02-08Simplify sleep_setup API to two operations in preparation for splittingmpi1-5/+3
2021-01-06Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to theclaudio1-1/+5
2020-12-31Add trace points for malloc(9) and free(9). This makes them traceableclaudio1-1/+5
2020-09-28Add defines for the number of frames to skip on powerpc64.kettenis1-1/+4
2020-09-14add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.jasper1-1/+12
2020-09-13unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3jasper1-3/+2
2020-09-12Add tracepoints in the page fault handler and when entries are added to maps.mpi1-3/+15
2020-08-13Always set `dtpr_size' to the total size required to hold all probe entries.mpi1-5/+4
2020-07-04Do the same as libc, store "-1" in the return value when a syscall failed.mpi2-6/+9
2020-07-04It's been agreed upon that global locks should be expressed usinganton2-21/+21
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket1-6/+2
2020-06-26Interprets profile/interval value as a frequency and not a number of ticks.mpi1-3/+3
2020-03-28Export the number of arguments exposed by a probe to userland.mpi3-5/+8
2020-03-25Introduce stacktrace_save_at() and make use of it in dt(4).mpi5-28/+40
2020-02-04Replace msleep(9) by sleep_setup/setup_signal/finish() dance.mpi1-5/+6
2020-01-27Improve use of SMR in dt(4) by changing the time when smr_barrier()visa1-34/+9
2020-01-24New `kern.allowdt' button must be set to open(2) /dev/dt.mpi1-1/+5
2020-01-21Import dt(4) a driver and framework for Dynamic Profiling.mpi5-0/+1520