skip to main
|
skip to sidebar
linux kernel
usefull linux kernel commands
Wednesday, October 24, 2007
Trace system calls
A nice way to trace a system call is to use the strace command.
ex: strace ls
And: strace -c ls
to get some statistics. Really nice debugging tool for filesystem writer.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
blog list
Steve's kernel driver blog
Blog Archive
►
2008
(6)
►
April
(1)
►
March
(1)
►
February
(3)
►
January
(1)
▼
2007
(11)
▼
October
(11)
Trace system calls
Kenel Debugging Techniques
File explained...
Dentry explained...
Inode explained...
Super Block explained...
VFS explained
SLAB INFO
Linux Kernel Test
how to get the current kernel version
kernel module
About Me
wally
View my complete profile
No comments:
Post a Comment