提交 142cfbd0 编写于 作者: N Namhyung Kim 提交者: Arnaldo Carvalho de Melo

perf annotate: Restore title when came back to original symbol

On tui annotation, the title was set to name of the target symbol if
user selects the target. However it remained after returning to original
symbol from the target. Fix it.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1329986784-4916-4-git-send-email-namhyung.kim@lge.comSigned-off-by: NNamhyung Kim <namhyung.kim@lge.com>
Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
上级 ef7c5372
...@@ -343,6 +343,7 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx, ...@@ -343,6 +343,7 @@ static int annotate_browser__run(struct annotate_browser *self, int evidx,
pthread_mutex_unlock(&notes->lock); pthread_mutex_unlock(&notes->lock);
symbol__tui_annotate(target, ms->map, evidx, symbol__tui_annotate(target, ms->map, evidx,
timer, arg, delay_secs); timer, arg, delay_secs);
ui_browser__show_title(&self->b, sym->name);
} }
continue; continue;
case K_LEFT: case K_LEFT:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册