Trace Kernel Source 2009
Trace Kernel Source 2009
RTLab
Outline
Linux Kernel
Android Linux Kernel
RTLab
Outline
Linux Kernel
Android Linux Kernel
RTLab
Linux Features
Free
Open system
Open source
GNU GPL (General Public License)
POSIX (Portable Operating System Interface) standard
High portability
High performance
Robust
Large development toolset
Large number of device drivers
Large number of application programs
RTLab
Features (Cont.)
Multi-user
allows several users to work on the same machine at the same
time
Multi-process/Multi-processors
more than one program can be executed at a time, whether using
one or several processors
Virtual memory
Loadable kernel modules
Networking
Shared libraries
Support different file systems
Support different executable file formats
Support different networking protocols
Support different architectures
RTLab
Kernel
Process control
Memory management
RTLab
RTLab
Hardware
RTLab
System Structure
Processes
File systems
ext2fs
xiafs
proc
minix
nfs
msdos
Central kernel
iso9660
Buffer Cache
Peripheral managers
block
Task management
Scheduler
Signals
Loadable modules
Memory management
Network Manager
character
ipv4
ethernet
...
Machine interface
Machine
RTLab
(2)
(1)
system
programs
kernel
physical memory
10
RTLab
11
Stability
Safety
Speed
Brevity
Compatability
Portability
Reusability and modifiability
Monolithic kernel vs. microkernel
Linux takes the advantages of monolithic kernel
and microkernel
RTLab
12
Kernel Source
http://www.kernel.org
latest stable version
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.31.tar.bz2
X.Y.Z
2.6.31
Distributions:
ftp://linux.cis.nctu.edu.tw/distributions/
RED HAT, Ubuntu, Fedora, Debian, Mandriva
RTLab
13
init
ipc
lib
mm
kernel
net
fs
include
arch
drivers
RTLab
14
Outline
Linux Kernel
Android Linux Kernel
RTLab
15
RTLab
16
AndroidKernel - 1
Gold-Fish
RTLab
17
AndroidKernel - 2
Bluetooth
Scheduler
Binder (IPC)
Low Memory Killer
Ashmem
18
AndroidKernel - 3
Debugging
Power Management
RTLab
19
Resource
http://source.android.com/download
WebGit
http://android.git.kernel.org/
RTLab
20
Project
Description
bionic
bootloader/legacy
build
Build system
dalvik
development
frameworks/base
frameworks/policies/base
hardware/libhardware
hardware/ril
kernel
Linux kernel
prebuilt
recovery
system/bluetooth
Bluetooth tools
system/core
system/extras
system/wlan/ti
http://source.android.com/projects
RTLab
21
RTLab
22
KernelAnalysis-HOWTO:
http://www.linux.org/docs/ldp/howto/KernelAnalysisHOWTO.html
http://www.tldp.org/LDP/tlk/tlk.html
RTLab
23
RTLab
24
Windows
UltraEdit
RTLab
25
VisualStudio
Source Browser, find in files
Unix
tags
call graph
RTLab
26
Cscope
http://cscope.sourceforge.net/
KScope
http://kscope.sourceforge.net/sshots.shtml
Source Insight
http://www.sourceinsight.com/
RTLab
27
KScope - Screenshots 1
RTLab
28
KScope - Screenshots 2
RTLab
29
KScope - Screenshots 3
RTLab
30
RTLab
31
Thank You!
RTLab
32