aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorSukadev Bhattiprolu <[email protected]>2013-05-22 17:42:38 -0700
committerArnaldo Carvalho de Melo <[email protected]>2013-07-12 13:45:44 -0300
commitec1e7e437ac47ecf7b4e07241036b1e1c3366012 (patch)
tree447a172da806ecb9b02a6b3698bf8517c99a8789 /tools/perf/scripts/python/check-perf-trace.py
parent67516844625f45f0ce148a01c27bf41f591872b2 (diff)
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 <[email protected]> Cc: Jiri Olsa <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions