opnsense-src/sys/cddl/dev
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
..
dtmalloc sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
dtrace sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:24 -06:00
fbt sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
kinst kinst: do not look for a function epilogue 2023-09-15 16:33:41 +01:00
profile sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
sdt sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
systrace sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
prototype.c sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00