]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf header: Remove perf_header__read_feature
authorNamhyung Kim <namhyung.kim@lge.com>
Mon, 24 Sep 2012 08:15:03 +0000 (17:15 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 24 Sep 2012 14:47:46 +0000 (11:47 -0300)
commit37e9d750e672d6fa8c25463bd76240410bbbc786
treedecdd3c3c92e7a6b9e27e9213c5871b1da457183
parent2f9e97aa8b4c6220c0770a966fb99d7366679813
perf header: Remove perf_header__read_feature

Because its only user builtin-kvm::get_cpu_isa() has gone, It can be
removed safely.  In general, we have the feature information in
perf_session_env already, no need to read it again.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Dong Hao <haodong@linux.vnet.ibm.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1348474503-15070-7-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/header.c
tools/perf/util/header.h