repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
ftrace
/
test.d
/
functions
blob
5d8cd06d920f606c0dd5128105fcbdc3a4f00552
1
2
clear_trace() { # reset trace output
3
echo > trace
4
}
5
6
disable_tracing() { # stop trace recording
7
echo 0 > tracing_on
8
}
9
10
enable_tracing() { # start trace recording
11
echo 1 > tracing_on
12
}
13
14
reset_tracer() { # reset the current tracer
15
echo nop > current_tracer
16
}