commit | e7984b7bee2fca8f582f5bc2bf1e6c93420a5dd5 | [log] [tgz] |
---|---|---|
author | David Ahern <[email protected]> | Mon Nov 21 10:02:52 2011 -0700 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Nov 28 11:48:23 2011 -0200 |
tree | a6983438f7ec42b8f16f8e2f884fae5dcb8b210e | |
parent | c8e6672035e84799e6167e933fafedc8e3256973 [diff] |
perf script: Add comm filtering option Allows collecting events system wide and then pulling out events for a specific task name(s). e.g, perf script -c gnome-shell,gnome-terminal Applies on top of: https://lkml.org/lkml/2011/11/13/74 v2->v3 - update Documentation v1->v2 - use comm_list from symbol_conf Cc: Frederic Weisbecker <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: David Ahern <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>