4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since ba91618 was
5d022cd,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Tracesplit can split open a tracefile
|
-
Property mode set to
100755
|
File size:
124 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | if [ $# -lt 3 ]; then |
---|
4 | echo usage: $0 inputuri bpffilter outputuri |
---|
5 | exit 1 |
---|
6 | fi |
---|
7 | |
---|
8 | exec tracesplit "$1" -f "$2" "$3" |
---|
Note: See
TracBrowser
for help on using the repository browser.