trace_selftest_dynamic.c 204 B

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