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
2024-11-05
Tweak softc initialization:
Martin Pieuchot
2024-11-02
Use lowercase in locking comments when not refering to a global lock.
Martin Pieuchot
2024-11-02
Use a ringbuffer per CPU instead of a ringbuffer per PCB.
Martin Pieuchot
2024-09-06
Allow tracing interrupts by defering the wakeup(9) to a different context.
Martin Pieuchot
2024-08-22
Introduce sysctl_securelevel() to modify `securelevel' mp-safe. Keep
Vitaliy Makkoveev
2024-08-21
Read events from all PCBs as long as there's no error.
Martin Pieuchot
2024-08-18
Get rid of intermediate copy before passing events to userland.
Martin Pieuchot
2024-04-06
Remove (unused) in-kernel event filtering, it's currently dead code.
Martin Pieuchot
2024-03-13
Fix potential NULL pointer dereference in dt(4).
Alexander Bluhm
2024-02-29
dt(4): interval, profile: schedule clockintr relative to start of recording
Scott Soule Cheloha
2024-02-18
dt(4): profile: remove clock interrupt staggering
Scott Soule Cheloha
2024-02-09
dt(4): move interval/profile entry points to dedicated clockintr callback
Scott Soule Cheloha
2024-01-02
Prevent simultaneous dt(4) open.
Alexander Bluhm
2023-08-28
Introduce reference counting for TCP syn cache entries.
Alexander Bluhm
2023-08-14
Extend scheduler tracepoints to follow CPU jumping.
Martin Pieuchot
2023-07-14
struct sleep_state is no longer used, remove it.
Claudio Jeker
2023-07-06
use refcnt API for multicast addresses, add tracepoint:refcnt:ethmulti probe
Klemens Nanni
2023-07-06
if panic() is meant, use panic()
Jasper Lievisse Adriaanse
2023-07-04
consistenly name instruction defines
Jasper Lievisse Adriaanse
2023-07-04
Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could no
Jasper Lievisse Adriaanse
2023-06-28
use refcnt API for multicast addresses, add tracepoint:refcnt:ifmaddr probe
Klemens Nanni
2023-06-28
First step at removing struct sleep_state.
Claudio Jeker
2023-04-28
Add rtentry refcnt type to dt(4).
Vitaliy Makkoveev
2023-04-26
Implement dt(4) utrace support on amd64 and i386.
Claudio Jeker
2023-04-13
remove duplicate includes
Jonathan Gray
2023-04-10
spelling
Jonathan Gray
2023-03-10
Add new dt(4) ioctl DTIOCGARGS to get the types of probe arguments.
Alexander Bluhm
2023-03-10
Add the necessary stack offsets for macppc so dt(4).
Claudio Jeker
2023-03-10
Update the stack offset for the profile probe to account for the clockintr
Claudio Jeker
2022-09-11
Add the new inout vmm(4) tracepoint to dt(4).
Dave Voutila
2022-09-02
vmm(4): add tracepoint for in/out handler.
Dave Voutila
2022-08-29
Use struct refcnt for interface address reference counting.
Alexander Bluhm
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
[next]