summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAge
* avoid division by zero errorHEADmasterBjoern B. Brandenburg2010-11-12
|
* generate preemptions and migrations with equal probabilityBjoern B. Brandenburg2010-11-12
|
* add memtrash, a background workload taskBjoern B. Brandenburg2010-11-09
| | | | This is the old background workload task used for the synthetic experiments.
* Make sure we have the same number of migrations and preemptions.Bjoern B. Brandenburg2010-11-09
| | | | This skips unneeded samples once the desired number of migrations has been observed.
* cli() and sti() depend on asm/irq.hBjoern B. Brandenburg2010-11-09
|
* allow cross-compilation for ARM targetsBjoern B. Brandenburg2010-11-09
| | | | This uses the pre-defined make rules from liblitmus.
* Add "synthetic method" cache affinity loss experimentBjoern B. Brandenburg2010-04-12
| | | | | | | | Important things: (commit 98d3dac1385deae671a106691294c150ddaf3f26 wip-bbb-cache-test) - Allocate memory buffers from static allocation. This avoids issues with the kernel giving us pre-warmed pages from the LRU list.
* Add best-effort cache polluterAndrea Bastoni2010-04-12
|
* Access WSSs with interrupts disabledAndrea Bastoni2010-04-12
|
* Add main pm test programAndrea Bastoni2010-04-12
| | | | - pm_task and architectural dependent memory access
* Cache-related Preemption and Migration delays testing programsAndrea Bastoni2010-04-12
Add common functionalities - data structures - serialize / read traces - valid samples analyzer - categorize L2 / L3 migrations