index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
dt
Age
Commit message (
Expand
)
Author
2022-06-28
Use btrace(8) to debug reference counting. dt(4) provides a static
Alexander Bluhm
2022-03-17
Declare dtps_static array const to move it into read-only section.
Alexander Bluhm
2022-02-27
Fix whitespace and uninitialized variable in dt(4).
Alexander Bluhm
2022-02-22
Since other exported commandnames were increased to 24 and graduated into
Theo de Raadt
2022-01-26
Make vmm(4/amd64) tracepoints amd64-only
Klemens Nanni
2022-01-20
dt: Add frame skip parameters for octeon
Visa Hankala
2022-01-09
spelling
Jonathan Gray
2021-12-21
Do not print "dt: 451 probes" at boot in dmesg. Btrace device dt(4)
Alexander Bluhm
2021-12-20
Remove useless suser assert from dt(4). The ioctl(2) path checks
Alexander Bluhm
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-11-24
Add a few dt(4) TRACEPOINTS to SMR. Should help to better understand what
Claudio Jeker
2021-10-28
add proper declaration for addr in dt_prov_kprobe_hook
Jasper Lievisse Adriaanse
2021-10-27
use db_get_probe_addr() instead of handrolling the expression wrapped in ifdef
Jasper Lievisse Adriaanse
2021-10-27
fix spello in comment
Jasper Lievisse Adriaanse
2021-10-25
remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL...
Todd C. Miller
2021-10-25
remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL...
Jasper Lievisse Adriaanse
2021-09-03
add kprobes provider for dt
Jasper Lievisse Adriaanse
2021-09-02
follow-up on previous commit and rename the _sys union to _args
Jasper Lievisse Adriaanse
2021-09-02
rename struct dt_evt fields to make it clear this isn't only used for tracing...
Jasper Lievisse Adriaanse
2021-06-07
vmm(4): add dt tracepoints for guest entry/exit
dv
2021-05-22
In dt(4) add an offset of 100000 to the thread ID. This also happens
Alexander Bluhm
2021-04-23
Remove the sysctl kern.allowdt code from kernel if dt(4) is not
Alexander Bluhm
2021-03-26
Initialize error variable in dtread().
Alexander Bluhm
2021-02-08
Simplify sleep_setup API to two operations in preparation for splitting
Martin Pieuchot
2021-01-06
Add dt(4) TRACEPOINTs for pool_get() and pool_put(), this is simmilar to the
Claudio Jeker
2020-12-31
Add trace points for malloc(9) and free(9). This makes them traceable
Claudio Jeker
2020-09-28
Add defines for the number of frames to skip on powerpc64.
Mark Kettenis
2020-09-14
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
Jasper Lievisse Adriaanse
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
Jasper Lievisse Adriaanse
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
Martin Pieuchot
2020-08-13
Always set `dtpr_size' to the total size required to hold all probe entries.
Martin Pieuchot
2020-07-04
Do the same as libc, store "-1" in the return value when a syscall failed.
Martin Pieuchot
2020-07-04
It's been agreed upon that global locks should be expressed using
anton
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-06-26
Interprets profile/interval value as a frequency and not a number of ticks.
Martin Pieuchot
2020-03-28
Export the number of arguments exposed by a probe to userland.
Martin Pieuchot
2020-03-25
Introduce stacktrace_save_at() and make use of it in dt(4).
Martin Pieuchot
2020-02-04
Replace msleep(9) by sleep_setup/setup_signal/finish() dance.
Martin Pieuchot
2020-01-27
Improve use of SMR in dt(4) by changing the time when smr_barrier()
Visa Hankala
2020-01-24
New `kern.allowdt' button must be set to open(2) /dev/dt.
Martin Pieuchot
2020-01-21
Import dt(4) a driver and framework for Dynamic Profiling.
Martin Pieuchot