mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 03:35:54 +07:00
8 lines
93 B
C
8 lines
93 B
C
![]() |
#include "trace.h"
|
||
|
|
||
|
int DYN_FTRACE_TEST_NAME(void)
|
||
|
{
|
||
|
/* used to call mcount */
|
||
|
return 0;
|
||
|
}
|