mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00: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;
|
||
|
|
}
|