Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.5-rc5 10 lines 250 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: GPL-2.0 3# description: Basic trace clock test 4# flags: instance 5test -f trace_clock 6for c in `cat trace_clock | tr -d \[\]`; do 7 echo $c > trace_clock 8 grep '\['$c'\]' trace_clock 9done 10echo local > trace_clock