|
From: Ingo M. <mi...@el...> - 2009-10-17 10:37:38
|
* Ingo Molnar <mi...@el...> wrote: > The simpest probe syntax should be to add a probe to a single function > name: > > perf probe +schedule > > _nothing else_. here i meant the shortcut without the '+': perf probe schedule > To remove it, the user should just do something like: > > perf probe -schedule > > (to be symmetric 'perf probe +schedule' should work as well) Ingo |