]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf gtk/hists: Use GtkTreeStore instead of GtkListStore
authorNamhyung Kim <namhyung.kim@lge.com>
Tue, 4 Jun 2013 09:22:12 +0000 (18:22 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Jul 2013 16:52:36 +0000 (13:52 -0300)
commitf1d9a530553eed9e598d1597a2a348f01810dd4a
tree2ced418e986a1d4c61964fb65b64ac9fc6e86ea9
parentf36f83f947ede547833e462696893f866df77324
perf gtk/hists: Use GtkTreeStore instead of GtkListStore

The GtkTreeStore can save items in a tree-like way.  This is a
preparation for supporting callgraphs in the hist browser.

Reviewed-by: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Pekka Enberg <penberg@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1370337737-30812-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/gtk/hists.c