trace_selftest_dynamic.c 270 B

123456789101112131415
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include <linux/compiler.h>
  3. #include "trace.h"
  4. noinline __noclone int DYN_FTRACE_TEST_NAME(void)
  5. {
  6. /* used to call mcount */
  7. return 0;
  8. }
  9. noinline __noclone int DYN_FTRACE_TEST_NAME2(void)
  10. {
  11. /* used to call mcount */
  12. return 0;
  13. }