summaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
diff options
context:
space:
mode:
authorNamhyung Kim <namhyung.kim@lge.com>2013-04-05 10:26:31 +0900
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:34:22 +0900
commitdd83a8f92d08b927d8ee2ad9d7c432d21353aa0e (patch)
tree69cfd9ff3e14fbbc5b790838d188ed87cc771f4b /tools/perf/util/hist.h
parentfac21086cd9e9f137f1e72e12c7858a1045d6d3f (diff)
downloadlinux-3.10-dd83a8f92d08b927d8ee2ad9d7c432d21353aa0e.tar.gz
linux-3.10-dd83a8f92d08b927d8ee2ad9d7c432d21353aa0e.tar.bz2
linux-3.10-dd83a8f92d08b927d8ee2ad9d7c432d21353aa0e.zip
perf sort: Reorder HISTC_SRCLINE index
It's in common sort dimension so it'd be more natural to place it with other common column index. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Cc: Andi Kleen <andi@firstfloor.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: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1365125198-8334-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/hist.h')
-rw-r--r--tools/perf/util/hist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/hist.h b/tools/perf/util/hist.h
index 14c2fe20aa6..6be88dc12b9 100644
--- a/tools/perf/util/hist.h
+++ b/tools/perf/util/hist.h
@@ -43,12 +43,12 @@ enum hist_column {
HISTC_COMM,
HISTC_PARENT,
HISTC_CPU,
+ HISTC_SRCLINE,
HISTC_MISPREDICT,
HISTC_SYMBOL_FROM,
HISTC_SYMBOL_TO,
HISTC_DSO_FROM,
HISTC_DSO_TO,
- HISTC_SRCLINE,
HISTC_LOCAL_WEIGHT,
HISTC_GLOBAL_WEIGHT,
HISTC_MEM_DADDR_SYMBOL,