repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
e1000e: fix skb truesize underestimation
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
kernel
/
trace
/
trace_selftest_dynamic.c
blob
b4c475a0a48b8932c2f659beec75ae7d73b1726d
1
#include
"trace.h"
2
3
int
DYN_FTRACE_TEST_NAME
(
void
)
4
{
5
/* used to call mcount */
6
return
0
;
7
}
8
9
int
DYN_FTRACE_TEST_NAME2
(
void
)
10
{
11
/* used to call mcount */
12
return
0
;
13
}