Changeset 212f9da2 for tools/tracereport/tracereport.c
- Timestamp:
- 03/29/10 15:49: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:
- 22cdd39
- Parents:
- 74c5dd9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/tracereport.c
ra8f2692 r212f9da2 252 252 * forgot to ask for any reports! 253 253 */ 254 if (reports_required == 0) 254 if (reports_required == 0) { 255 255 reports_required = ~0; 256 257 /* Except we might want to not do the flow report, because 258 * that can be rather resource-intensive */ 259 reports_required &= ~REPORT_TYPE_FLOW; 260 } 261 256 262 257 263 if (filterstring) {
Note: See TracChangeset
for help on using the changeset viewer.