]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf hists: Introduce struct he_stat
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 4 Oct 2012 12:49:41 +0000 (21:49 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 4 Oct 2012 16:34:22 +0000 (13:34 -0300)
commitb24c28f794e1821c1bba3ef7e9e948ab77ee00ac
treeadeffc7cf0b7254f68e6a64640bf06cc677bcd4e
parentb5ff71c3bab10a7a4b321b5de072ac5bd73ef9a4
perf hists: Introduce struct he_stat

The struct he_stat is for separating out statistics data of a hist
entry.  It is required for later changes.

It's just a mechanical change and should have no functional differences.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Arun Sharma <asharma@fb.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1349354994-17853-8-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/ui/browsers/hists.c
tools/perf/ui/gtk/browser.c
tools/perf/ui/hist.c
tools/perf/ui/stdio/hist.c
tools/perf/util/hist.c
tools/perf/util/sort.h