Changeset ba91618 for tools/traceanon/traceanon.c
- Timestamp:
- 04/23/10 11:34:08 (12 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 83a1f4e
- Parents:
- db9fa93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/traceanon/traceanon.c
rdb9fa93 rba91618 22 22 "-p --prefix=C.I.D.R/bits Substitute the prefix of the address\n" 23 23 "-H --libtrace-help Print libtrace runtime documentation\n" 24 "-z --compress ion-level Compress the output trace at the specified level\n"25 "-Z --compress ion-type Compress the output trace using the specified"24 "-z --compress-level Compress the output trace at the specified level\n" 25 "-Z --compress-type Compress the output trace using the specified" 26 26 " compression algorithm\n" 27 27 ,argv0); … … 128 128 { "cryptopan", 1, 0, 'c' }, 129 129 { "prefix", 1, 0, 'p' }, 130 { "compress ion-level", 1, 0, 'z' },131 { "compress ion-type", 1, 0, 'Z' },130 { "compress-level", 1, 0, 'z' }, 131 { "compress-type", 1, 0, 'Z' }, 132 132 { "libtrace-help", 0, 0, 'H' }, 133 133 { NULL, 0, 0, 0 },
Note: See TracChangeset
for help on using the changeset viewer.