summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/blktrace
Commit message (Collapse)AuthorAgeFilesLines
* blktrace: Fix parallel make issueTom Zanussi2010-12-302-3/+3
| | | | | | | | | | | | | | | Fixes [BUGID #581] When PARALLEL_MAKE is used with the current blktrace Makefile, the btreplay and btrecord object files can end up being built multiple times in parallel, which occasionally causes the linker to pick up the object files in intermediate and seemingly corrupt states, and causes the spurious link errors in the bug report. This fix restricts the recursive btreplay invocations to building only btreplay or btrecord as appropriate, not both. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* blktrace: new packageTom Zanussi2010-11-222-0/+78
Add blktrace, a tool for generating traces of the I/O traffic on block devices. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>