diff options
author | Shreyas B. Prabhu <[email protected]> | 2015-08-03 11:46:00 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-08-29 01:38:16 +0200 |
commit | 404c2db635b0e41697eed165b045cb47fd729dd0 (patch) | |
tree | d8d0908bf88770db3e5e30009a79a006ed0c5571 /tools/perf/util/trace-event-scripting.c | |
parent | 82bb70c599d81e6b2535f887b02e1719cc4856ac (diff) |
tools: cpupower: Fix error when running cpupower monitor
get_cpu_topology() tries to get topology info from all cpus by reading
files in the topology sysfs dir. If a cpu is offlined, since it doesn't
have topology dir, this function fails and returns -1. This causes
functions relying on get_cpu_topology() to fail. For example-
$ cpupower monitor
Cannot read number of available processors
Fix this by skipping fetching topology info for offline cpus.
Signed-off-by: Shreyas B. Prabhu <[email protected]>
Reported-by: Pavaman Subramaniyam <[email protected]>
Acked-by: Thomas Renninger <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions