Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trace_selftest_dynamic.c « trace « kernel - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 54dd77cce5bfec6aa956c635f50f1061bea96a8a (plain)
1
2
3
4
5
6
7
#include "trace.h"

int DYN_FTRACE_TEST_NAME(void)
{
	/* used to call mcount */
	return 0;
}