#!/bin/bash perf record -m 16384 -e sched:sched_wakeup -e sched:sched_wakeup_new -e sched:sched_switch -e sched:sched_migrate_task $@
summaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
AgeCommit message (Expand)Author
2011-03-31Fix common misspellingsLucas De Marchi
2010-08-03trivial: fix a typo in a filenameUwe Kleine-König
2010-08-03kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg