opnsense-src/sys/cddl/dev/kinst
Christos Margiolis bbe8195bfa kinst: do not look for a function epilogue
kinst currently only traces functions that start and end with the usual
function prologue and epilogue respectively. Ignoring functions that do
not have an epilogue however, makes the filtering too strict, as this
means that we can not trace functions that never return (e.g
vnlru_proc()). This patch relaxes the filtering and only checks whether
the function pushes the frame pointer.

Reviewed by:	markj
Approved by:	markj
Differential Revision:	https://reviews.freebsd.org/D41876
2023-09-15 16:33:41 +01:00
..
aarch64 kinst: port to arm64 2023-07-19 17:58:18 +03:00
amd64 kinst: do not look for a function epilogue 2023-09-15 16:33:41 +01:00
riscv kinst: do not look for a function epilogue 2023-09-15 16:33:41 +01:00
kinst.c kinst: start moving towards per-probe trampolines 2023-07-19 17:57:21 +03:00
kinst.h kinst.h: make pointer to probe in kinst_cpu_state const 2023-07-19 19:57:44 +03:00
trampoline.c kinst: start moving towards per-probe trampolines 2023-07-19 17:57:21 +03:00