Android performance monitoring with bcc
Build kernel with bpf support In order to use bpf, kernel should be at least build with these options: +CONFIG_BPF=y +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_EVENTS...
Build kernel with bpf support In order to use bpf, kernel should be at least build with these options: +CONFIG_BPF=y +CONFIG_BPF_SYSCALL=y +CONFIG_BPF_EVENTS...
Setup Build Environment Follow instructions in Running Android Oreo on Raspberry Pi 3B to setup build environment under Ubuntu.
I think schduling a job with crontab should be easy for me, as I am a veteran linux user, the truth is I don’t know crontab, totally.
Linux kernel has many memory related debug tools to help kernel developers find out memory related issues, these tools are included in upstream kernel: Ke...
rpi3:/ # dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.14.129-v8+ (fdbai@fdbai-desktop) (gcc version 5.4.0 20160609 (...
Check if a direcotry exists
malloc_debug
cgroups on Android cgroups(control groups for short) was created by Google engineers, and was merged into the mainline at 2008 in version 2.6.24, it was main...
Android build process takes a very long time, especially on low end computers, after build complete, I wanna transfer the final image to ftp server for furth...
Setup Build Environment Follow instructions in Running Android Oreo on Raspberry Pi 3B to setup build environment under Ubuntu.