]> Git Repo - linux.git/blob - kernel/trace/trace_selftest_dynamic.c
net-loopback: set lo dev initial state to UP
[linux.git] / kernel / trace / trace_selftest_dynamic.c
1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/compiler.h>
3 #include "trace.h"
4
5 noinline __noclone int DYN_FTRACE_TEST_NAME(void)
6 {
7         /* used to call mcount */
8         return 0;
9 }
10
11 noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
12 {
13         /* used to call mcount */
14         return 0;
15 }
This page took 0.033473 seconds and 4 git commands to generate.