aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftsort.c
Commit message (Collapse)AuthorAge
* Remove two sources of outliers2013.12012.3Bjoern Brandenburg2012-10-19
| | | | | - Don't enforce sequentiality constraint on SEND_RESCHED samples. - Refuse samples with negative time deltas (possible due to clock skew).
* Be more verbose about aborted movesBjoern Brandenburg2012-10-19
|
* Add monotonicity filtering to ftsortBjoern Brandenburg2012-10-19
| | | | | | Timestamps and sequence numbers should be monotonic with regard to a single CPU and/or or task. Non-compliant samples were disturbed and should be rejected.
* Add -s (simulate) and -v (verbose) flags to ftsortBjoern Brandenburg2012-10-19
| | | | | | The -s flag prevents ftsort from writing back results to disk. The -v (verbose) flag enables more detailed output. These flags are useful when debugging traces and filtering.
* write back dirty pages and keep track of speedBjoern B. Brandenburg2011-02-18
|
* Add tool for sorting binary Feather-Trace streamsBjoern B. Brandenburg2011-02-17