Currently, the map_fd provided by the syscall decoder may differ under tracee and tracer. So, the map_fd would be useless while retrieving BTF information. I wonder if there is any way to run code in the tracee process before and after the syscall? I want to pin that bpf object in the bpf virtual file system and unpin it after the syscall.