nareshkamboju

sched_test_issue

May 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. Probing system to determine big/little CPUs. Using CPU type as metric.
  2. Probing CPU0
  3. examining line CPU part : 0xd03
  4. CPU type is 0xd03
  5. usage: printf FORMAT [ARGUMENT...]
  6.  
  7. Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
  8. (% escapes for cdeEfgGiosuxX, \ escapes for abefnrtv0 or \OCTAL or \xHEX).
  9.  
  10. printf: Unknown option v
  11. ./run.sh: 1 & 0x0xd03: bad number '0x0xd03'
  12. Probing CPU1
  13. examining line CPU part : 0xd07
  14. CPU type is 0xd07
  15. usage: printf FORMAT [ARGUMENT...]
  16.  
  17. Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
  18. (% escapes for cdeEfgGiosuxX, \ escapes for abefnrtv0 or \OCTAL or \xHEX).
  19.  
  20. printf: Unknown option v
  21. ./run.sh: 1 & 0x0xd07: bad number '0x0xd07'
  22. Probing CPU2
  23. examining line CPU part : 0xd07
  24. CPU type is 0xd07
  25. Probing CPU3
  26. examining line CPU part : 0xd03
  27. CPU type is 0xd03
  28. Probing CPU4
  29. examining line CPU part : 0xd03
  30. CPU type is 0xd03
  31. Probing CPU5
  32. examining line CPU part : 0xd03
  33. CPU type is 0xd03
  34. writing big.LITTLE CPU arrays into /data/local/schedtest/cores for later use
  35. 0xd07
  36. 0xd03
  37. Switch to [powersave] governor
  38. Original governors setting:
  39. cpu0 interactive cpu1 interactive cpu2 interactive cpu3 interactive cpu4 interactive cpu5 interactive
  40. Calibrate big CPU0xd03...
  41. ./run.sh: can't create /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_governor: No such file or directory
  42. Failed to set governor of CPU0xd03 to performance
  43. Calibration target CPU setting:
  44. grep: /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_governor: No such file or directory
  45. grep: /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_cur_freq: No such file or directory
  46. Calibrate RT-App on LITTLE CPUs
  47. RT-App calibration for CPU0xd03: 323
  48. Start MP3-like workload...
  49. Stop all android services
Add Comment
Please, Sign In to add comment