aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft2csv.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).
* Add filtering of IRQ-disturbed samples (on by default)Bjoern Brandenburg2012-10-19
| | | | | | Interrupts can cause massive outliers. Instead of trying to filter them afterwards, let's not even include such samples in the first place.
* Support matching based on PID in ft2csvBjoern Brandenburg2012-10-19
|
* Remove hard-coded threshold2012.2Bjoern Brandenburg2012-08-01
| | | | | | The hard-coded threshold is a leftover from the beginnings. It can be surprising and is no longer needed: outlier filtering should happen during post-processing, if at all.
* Support filtering by CPU identity.Bjoern B. Brandenburg2011-02-21
|
* allow binary output in ft2csvBjoern B. Brandenburg2011-02-18
| | | | This can help with large data sets.
* Remove endian swapping from ft2csv; don't skip over holesBjoern B. Brandenburg2011-02-17
|
* add support for release latency; make ftdump a bit prettierBjoern B. Brandenburg2011-02-17
|
* Parametrize CYCLES per US2010.22010.1Andrea Bastoni2010-04-21
|
* ft2csv: accept short names (without the trailing _START)2008.3Bjoern B. Brandenburg2009-05-05
| | | | Also, adjust line breaks to fit within 80 chars.
* fix the documentation fix...Bjoern B. Brandenburg2009-04-28
|
* document -b optionBjoern B. Brandenburg2009-04-28
|
* optionally look at non-rt overheadsBjoern B. Brandenburg2008-12-09
|
* add license stuffBjoern B. Brandenburg2008-12-09
|
* provide usage informationBjoern B. Brandenburg2008-12-09
|
* bugfix: advance to next record in byte order conversionBjoern Brandenburg2008-09-25
|
* add support for big/little endian swappingBjoern B. Brandenburg2008-09-25
|
* simplify searching for timestamps. This also fixes a bug.Bjoern B. Brandenburg2008-05-22
|
* another kernel data format changeBjoern B. Brandenburg2008-05-22
| | | | don't use timestamps that did not involve a real-time task
* fiddle with the filter thresholdBjoern B. Brandenburg2008-05-20
|
* I guess these are the last uncommitted changes from the RTAS work?Bjoern B. Brandenburg2008-04-13
|
* added skipping until first end TS foundBjoern B. Brandenburg2007-09-14
|
* Added filtering.Bjoern B. Brandenburg2007-05-16
|
* event namingBjoern B. Brandenburg2007-05-16