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
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
ftrace
/
test.d
/
00basic
/
basic4.tc
blob
0696098d6408ae13eed6e84b0160868e6b3adfde
1
#!/bin/sh
2
# description: Basic event tracing check
3
test -f
available_events
-a -f
set_event
-a -d
events
4
# check scheduler events are available
5
grep
-q
sched available_events
&&
exit_pass || exit_fail