mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 16:00:15 +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;
|
||
|
}
|