aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e32f9b46023d579e27692139cbbdce6c10a992a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
This tree hosts multiple kernel modules that can be used for testing kernel
features/behaviors:

Currently it has:
- Workqueue.ko: This module creates workqueue per core and queues n number of
  works over them. Then it tracks the CPU on which they got scheduled.


COMPILATION:
-----------
make -C <kernel_build_dir> M=`pwd` ARCH=arm CROSS_COMPILE=<...> modules"