From: Sukadev Bhattiprolu Date: Thu, 23 May 2013 00:42:38 +0000 (-0700) Subject: perf tools: Rename cpu_map__all() to cpu_map__empty() X-Git-Tag: v3.12-rc1~168^3~40^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1e7e437ac47ecf7b4e07241036b1e1c3366012;p=pandora-kernel.git perf tools: Rename cpu_map__all() to cpu_map__empty() The CPU map is in an "empty" (or not-applicable) state when monitoring specific threads. cpu_map__all() returns true if the CPU map is in this empty state (i.e for the 'empty_cpu_map' or if we created the map via cpu_map__dummy_new(). The name, cpu_map__all(), is misleading, because even when monitoring all CPUs, (eg: perf record -a), cpu_map__all() returns false. Rename cpu_map__all() to cpu_map__empty(). Signed-off-by: Sukadev Bhattiprolu Cc: Jiri Olsa Link: http://lkml.kernel.org/r/20130523012620.GA27733@us.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed