aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/dev/kinst/amd64/kinst_isa.c
Commit message (Expand)AuthorAgeFilesLines
* kinst: do not look for a function epilogueChristos Margiolis2023-09-151-8/+10
* kinst: check for 'push %rbp' anywhere in the functionChristos Margiolis2023-07-191-6/+17
* kinst: update LICENSE headersChristos Margiolis2023-07-041-2/+6
* kinst: rename t_kinst to t_kinst_trampChristos Margiolis2023-06-131-1/+1
* kinst: use bool where appropriateChristos Margiolis2023-06-031-2/+2
* kinst: fix memcpy() tracing crashChristos Margiolis2023-05-261-3/+3
* kinst: add kinst_excluded()Christos Margiolis2023-05-261-1/+12
* kinst: use dtrace_dis_get_byte() instead of own copyChristos Margiolis2023-05-231-13/+1
* kinst: do not use DPCPU_ID_GET if we already have the trampolineChristos Margiolis2023-04-281-1/+1
* kinst: Add per-CPU interrupt trampolinesMark Johnston2022-12-081-5/+68
* dtrace: Fix up %rip for invop probes on x86Mark Johnston2022-10-311-1/+7
* kinst: Initial revisionChristos Margiolis2022-10-111-0/+550