commit | f5b1f4e483d55a88ed120e2c62b45ba5b939fa72 | [log] [tgz] |
---|---|---|
author | Don Zickus <dzickus@redhat.com> | Mon Apr 07 14:55:22 2014 -0400 |
committer | Jiri Olsa <jolsa@redhat.com> | Tue Apr 22 17:39:16 2014 +0200 |
tree | dc1749ebc06889cf3bb031104d75a78ecb69e3c8 | |
parent | 7780c25bae59fd042281710f5e1243268e2c18dc [diff] |
perf tools: Use cpu/possible instead of cpu/kernel_max The system's max configuration is represented by cpu/possible and cpu/kernel_max can be huge (4096 vs. 128), so save space by keeping smaller structures. Signed-off-by: Don Zickus <dzickus@redhat.com> Reviewed-by: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1396896924-129847-3-git-send-email-dzickus@redhat.com Signed-off-by: Jiri Olsa <jolsa@redhat.com>