[DTrace-devel] [PATCH] cpc: fix trampoline signature

Eugene Loh eugene.loh at oracle.com
Tue Feb 28 15:46:57 UTC 2023


Reviewed-by: Eugene Loh <eugene.loh at oracle.com>

On 2/28/23 03:19, Kris Van Hees via DTrace-devel wrote:
> Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
>   libdtrace/dt_prov_cpc.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libdtrace/dt_prov_cpc.c b/libdtrace/dt_prov_cpc.c
> index 899da4f2..41418402 100644
> --- a/libdtrace/dt_prov_cpc.c
> +++ b/libdtrace/dt_prov_cpc.c
> @@ -383,7 +383,7 @@ static int provide(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp)
>    *         __u64 addr;
>    *     }
>    */
> -static void trampoline(dt_pcb_t *pcb)
> +static void trampoline(dt_pcb_t *pcb, uint_t exitlbl)
>   {
>   	int		i;
>   	dt_irlist_t	*dlp = &pcb->pcb_ir;



More information about the DTrace-devel mailing list