Sign in
zircon-guest
/
third_party
/
linux
/
0ffc64e2219505ba1943f050b07091b41a75c26d
/
.
/
tools
/
testing
/
selftests
/
ftrace
/
test.d
/
00basic
/
basic3.tc
blob: 58a2506f788e8ca3893e76cfe3b4f48284a2be43 [
file
]
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# description: Basic trace clock test
# flags: instance
test
-
f trace_clock
for
c
in
`cat trace_clock | tr -d \[\]`
;
do
echo $c
>
trace_clock
grep
'\['
$c
'\]'
trace_clock
done
echo
local
>
trace_clock