projects
/
ltt-control.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add lttctl support for switch_timer
[ltt-control.git]
/
lttctl
/
ltt-armnetsync.sh
1
DEBUGFSROOT
=
$
(
grep
^debugfs
/
proc
/
mounts |
head
-1
|
awk
'{print
$2
}'
)
2
MARKERSROOT
=
${DEBUGFSROOT}
/
ltt
/
markers
3
4
echo
Connecting network synchronization markers
5
6
for
m
in
${MARKERSROOT}
/
net
/*
_extended
;
do
7
echo
Connecting
${m}
8
echo
1
>
${m}
/
enable
9
done
This page took
0.030719 seconds
and
4
git commands to generate.