// SPDX-License-Identifier: GPL-2.0/* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */#include"sdt.h"voidurand_read_without_sema(intiter_num,intiter_cnt,intread_sz){/* semaphore-less USDT */STAP_PROBE3(urand,read_without_sema,iter_num,iter_cnt,read_sz);}