From f302b2db13cc64e99aaa61f638a6d37ca7764c42 Mon Sep 17 00:00:00 2001 From: Santosh Shukla Date: Mon, 11 Aug 2014 17:02:09 +0530 Subject: is-cpu-isolated : mask dump_interrupt for x86 odp demo Dumping interrupt count before and after isolation not mandatory and it put lots of not needed interrupt details on console in case of bigger x86 machine, serial console /proc/interrupt details difficult to read so mask them only look at before and after total interrupt count for only isolated cores. Signed-off-by: Santosh Shukla --- common/scripts/is-cpu-isolated.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/scripts/is-cpu-isolated.sh b/common/scripts/is-cpu-isolated.sh index ad3e153..2e54f48 100755 --- a/common/scripts/is-cpu-isolated.sh +++ b/common/scripts/is-cpu-isolated.sh @@ -333,7 +333,7 @@ sense_infinite_isolation() { done # Interrupted, dump interrupts - isdebug dump_interrupts 1 + #isdebug dump_interrupts 1 } # routine to report CPU isolation time @@ -346,7 +346,7 @@ get_isolation_duration() { isdebug echo "No. of samples requested:" $SAMPLE_COUNT", min isolation required:" $MIN_ISOLATION isdebug echo "" - isdebug dump_interrupts + #isdebug dump_interrupts # Get time as a UNIX timestamp (seconds elapsed since Jan 1, 1970 0:00 UTC) T2="$(date +%s)" -- cgit v1.2.3