[PATCH] perf kvm: move global variables into a perf_kvm struct

2012-10-02 Thread David Ahern
Cleans up the builtin-kvm code in preparation for the live mode. No functional changes; only code movement. Signed-off-by: David Ahern Cc: Dong Hao Cc: Runzhen Wang Cc: Xiao Guangrong Cc: Ingo Molnar --- tools/perf/builtin-kvm.c | 460 +- 1 file

[PATCH] perf kvm: move global variables into a perf_kvm struct

2012-10-02 Thread David Ahern
Cleans up the builtin-kvm code in preparation for the live mode. No functional changes; only code movement. Signed-off-by: David Ahern dsah...@gmail.com Cc: Dong Hao haod...@linux.vnet.ibm.com Cc: Runzhen Wang runz...@linux.vnet.ibm.com Cc: Xiao Guangrong xiaoguangr...@linux.vnet.ibm.com Cc: Ingo