Select the types of activity you want to include in your feed.
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (c) 2026 Meta Platforms, Inc. and affiliates. */ 3 4#include <test_progs.h> 5#include "kfunc_implicit_args.skel.h" 6 7void test_kfunc_implicit_args(void) 8{ 9 RUN_TESTS(kfunc_implicit_args); 10}