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
/
basic3.tc
blob
58a2506f788e8ca3893e76cfe3b4f48284a2be43
1
#!/bin/sh
2
# SPDX-License-Identifier: GPL-2.0
3
# description: Basic trace clock test
4
# flags: instance
5
test -f
trace_clock
6
for
c
in
`cat trace_clock | tr -d \[\]`
;
do
7
echo
$c
>
trace_clock
8
grep
'\['
$c
'\]'
trace_clock
9
done
10
echo local
>
trace_clock