perf tools: Remove hist_entry->fmt field
authorNamhyung Kim <namhyung@kernel.org>
Wed, 9 Mar 2016 13:46:59 +0000 (22:46 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 10 Mar 2016 19:45:59 +0000 (16:45 -0300)
commita515d8ff7085d5e9fde867f2048b8da36b95dc51
tree3e1da9c7fc011d25805d0b58ea5d6c7400b3b877
parentaec13a7ec78d9322a348fb26940097b0bdfef1bd
perf tools: Remove hist_entry->fmt field

It's not used anymore and the output format is accessed by the hpp_list
pointer instead when hierarchy is enabled.  Let's get rid of it.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Tested-by: Jiri Olsa <jolsa@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1457531222-18130-5-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/sort.h