Messages in this thread |  | | | Date | Wed, 7 Mar 2012 07:07:25 +0100 | | From | Ingo Molnar <> | | Subject | Re: [RFC] perf report: Implement symbol filtering on TUI |
| |
* Namhyung Kim <namhyung.kim@lge.com> wrote:
> As Ingo requested, symbol filtering feature was missing on TUI. > Add 's' key to get input from user, and do simple filtering by > strstr(). To turn filtering off, just enter no name by pressing > 's' followed by ENTER. > > There should be many issues, but I just want to release this > to get some feedbacks.
I'd love it if in addition to the hotkey, if I typed the obvious sequence:
$ perf report sched
... then it would turn into such a filter automagically.
Thanks,
Ingo
|  |