perf hists: Add level field to struct perf_hpp_fmt
authorNamhyung Kim <[email protected]>
Mon, 7 Mar 2016 19:44:43 +0000 (16:44 -0300)
committerIngo Molnar <[email protected]>
Tue, 8 Mar 2016 09:11:18 +0000 (10:11 +0100)
commit4b633eba14627bcb1ef5c7a498e7dc308cd6a5d6
tree7463ff9328454b2f37dc91cf68417bb43286dc89
parenta23f96ee4d51ebd50b83ce0dbb5d04898fb8e3cb
perf hists: Add level field to struct perf_hpp_fmt

The level field is to distinguish levels in the hierarchy mode.
Currently each column (perf_hpp_fmt) has a different level.

Signed-off-by: Namhyung Kim <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
tools/perf/util/hist.h
tools/perf/util/sort.c