commit | 0c726da983de0704254250ef6495ca152e7abcca | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Sun Nov 16 16:07:58 2008 +0530 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Nov 17 12:07:27 2008 +0100 |
tree | fe57e18784cef716c65a1f4daa39da20acd15b4f | |
parent | 072b40a15616fe6bea68466e6bffcfcbf5c8f26f [diff] |
tracing: branch tracer, fix writing to trace/trace_options Impact: fix trace_options behavior writing to trace/trace_options use the index of the array to find the value of the flag. With branch tracer flag defined conditionally, this breaks writing to trace_options with branch tracer disabled. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>