commit | dd49a38cf30944be27892c10b1c0e5b3fa73bcb2 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Wed Oct 20 21:51:26 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Thu Oct 21 08:55:06 2010 -0400 |
tree | 6f517e3e643923556c92a647918984fc2ea36bb8 | |
parent | 750ed158bf6c782d2813da1bca2c824365a0b777 [diff] |
tracing: Do not limit the size of the number of CPU buffers The tracing per_cpu buffers were limited to 999 CPUs for a mear savings in stack space of a char array. Up the array to 30 characters which is more than enough to hold a 64 bit number. Reported-by: Robin Holt <holt@sgi.com> Suggested-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>