From: kalyanreddy Date: Thu, 6 Apr 2017 09:24:53 +0000 (+0530) Subject: This patch includes few script updates to eliminate the X-Git-Tag: opnfv-5.0.0~34 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=commitdiff_plain;h=59f4cd802bd14efc8d09f32363eea17f5ad994bb This patch includes few script updates to eliminate the enabling of function tracer from the script to enable ftrace for future debugging purposes. Change-Id: Ib2e9edb9ea9c8c2ed3bb184fe6b6f4ca6601633b Signed-off-by: Gundarapu Kalyan Reddy --- diff --git a/ci/envs/enable-trace.sh b/ci/envs/enable-trace.sh index e360de137..93e24cb38 100755 --- a/ci/envs/enable-trace.sh +++ b/ci/envs/enable-trace.sh @@ -47,12 +47,11 @@ bash -c "echo 1 > $TRACEDIR/events/kvm/enable" bash -c "echo 1 > $TRACEDIR/events/workqueue/enable" bash -c "echo 1 > $TRACEDIR/events/power/enable" bash -c "echo 1 > $TRACEDIR/events/signal/enable" - -bash -c "echo 1 > events/tlb/enable" +bash -c "echo 1 > $TRACEDIR/events/tlb/enable" # Clean original log info bash -c "echo > $TRACEDIR/trace" -bash -c "echo function > $TRACEDIR/current_tracer" +#bash -c "echo function > $TRACEDIR/current_tracer" sysctl kernel.ftrace_enabled=1 #echo 0 >tracing_on; sleep 1; echo 1 >tracing_on; sleep 20; echo 0 >tracing_on;sleep 1; cat trace >/tmp/123.txt bash -c "echo 1 >$TRACEDIR/tracing_on"