162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci/* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */
362306a36Sopenharmony_ci#include "sdt.h"
462306a36Sopenharmony_ci
562306a36Sopenharmony_civoid urand_read_without_sema(int iter_num, int iter_cnt, int read_sz)
662306a36Sopenharmony_ci{
762306a36Sopenharmony_ci	/* semaphore-less USDT */
862306a36Sopenharmony_ci	STAP_PROBE3(urand, read_without_sema, iter_num, iter_cnt, read_sz);
962306a36Sopenharmony_ci}
10