linux/tools/perf/ui
Namhyung Kim ea251d51d2 perf hists: Introduce perf_hpp for hist period printing
Current hist print functions are messy because it has to consider many
of command line options and the code doing that is scattered around to
places. So when someone wants to add an option to manipulate the hist
output it'd very easy to miss to update all of them in sync. And things
getting worse as more options/features are added continuously.

So I'd like to refactor them using hpp formats and move common code to
ui/hist.c in order to make it easy to maintain and to add new features.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1346640790-17197-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-09-08 13:19:44 -03:00
..
browsers perf hists: Rename and move some functions 2012-08-20 09:47:31 -03:00
gtk perf ui gtk: Ensure not to call gtk_main_quit() twice 2012-08-20 09:29:12 -03:00
stdio perf hists: Introduce perf_hpp for hist period printing 2012-09-08 13:19:44 -03:00
tui perf ui gtk: Add perf_gtk__show_helpline() for pr_* 2012-08-17 12:37:56 -03:00
browser.c perf ui browser: Stop using 'self' 2012-05-29 22:42:18 -03:00
browser.h perf annotate browser: Read perf config file for settings 2012-05-29 22:06:30 -03:00
helpline.c perf ui: Introduce struct ui_helpline 2012-08-16 14:17:01 -03:00
helpline.h perf ui gtk: Add perf_gtk__show_helpline() for pr_* 2012-08-17 12:37:56 -03:00
hist.c perf hists: Introduce perf_hpp for hist period printing 2012-09-08 13:19:44 -03:00
keysyms.h
libslang.h
progress.c
progress.h
setup.c perf hists: Introduce perf_hpp for hist period printing 2012-09-08 13:19:44 -03:00
ui.h
util.c perf ui: Introduce struct perf_error_ops 2012-06-19 13:06:18 -03:00
util.h perf ui: Introduce struct perf_error_ops 2012-06-19 13:06:18 -03:00