Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Probing system to determine big/little CPUs. Using CPU type as metric.
- Probing CPU0
- examining line CPU part : 0xd03
- CPU type is 0xd03
- usage: printf FORMAT [ARGUMENT...]
- Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
- (% escapes for cdeEfgGiosuxX, \ escapes for abefnrtv0 or \OCTAL or \xHEX).
- printf: Unknown option v
- ./run.sh: 1 & 0x0xd03: bad number '0x0xd03'
- Probing CPU1
- examining line CPU part : 0xd07
- CPU type is 0xd07
- usage: printf FORMAT [ARGUMENT...]
- Format and print ARGUMENT(s) according to FORMAT, using C printf syntax
- (% escapes for cdeEfgGiosuxX, \ escapes for abefnrtv0 or \OCTAL or \xHEX).
- printf: Unknown option v
- ./run.sh: 1 & 0x0xd07: bad number '0x0xd07'
- Probing CPU2
- examining line CPU part : 0xd07
- CPU type is 0xd07
- Probing CPU3
- examining line CPU part : 0xd03
- CPU type is 0xd03
- Probing CPU4
- examining line CPU part : 0xd03
- CPU type is 0xd03
- Probing CPU5
- examining line CPU part : 0xd03
- CPU type is 0xd03
- writing big.LITTLE CPU arrays into /data/local/schedtest/cores for later use
- 0xd07
- 0xd03
- Switch to [powersave] governor
- Original governors setting:
- cpu0 interactive cpu1 interactive cpu2 interactive cpu3 interactive cpu4 interactive cpu5 interactive
- Calibrate big CPU0xd03...
- ./run.sh: can't create /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_governor: No such file or directory
- Failed to set governor of CPU0xd03 to performance
- Calibration target CPU setting:
- grep: /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_governor: No such file or directory
- grep: /sys/devices/system/cpu/cpu0xd03/cpufreq/scaling_cur_freq: No such file or directory
- Calibrate RT-App on LITTLE CPUs
- RT-App calibration for CPU0xd03: 323
- Start MP3-like workload...
- Stop all android services
Add Comment
Please, Sign In to add comment