Re: Man pages for Kernel API

2014-06-05 Thread navid Rahimi
ok . i figure it out . you should have have have kernel source tree ( which i think most of us had). any way if you dont : $git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $cd linux $make mandocs #make installmandocs #mandb (and yes you should have xmlto and other packa

Re: Man pages for Kernel API

2014-06-04 Thread navid Rahimi
thank you frank , for make this clear . so frank in this case can you be more specific , what should i do ? for example i installed kernel-doc , even downloaded kernel man page from kernel.org and completed make install routine . but , for example i don't have any kmalloc man page yet in my fedora

Re: Man pages for Kernel API

2014-06-04 Thread Frank Ch. Eigler
navid Rahimi writes: > probe::vm.kmalloc (3stap) - Fires when kmalloc is requested > probe::vm.kmalloc_node (3stap) - Fires when kmalloc_node is requested Those are systemtap man pages, not kernel API ones. - FChE ___ Kernelnewbies mailing list Kern

Re: Man pages for Kernel API

2014-06-04 Thread navid Rahimi
i dont know which distro you ( Dipanjan Das ) using , but in fedora i should use something like this for kmalloc : ┌─[✗]─[13:18:11]─[navid@HOME] └──> ~ $ >> man -k kmalloc probe::vm.kmalloc (3stap) - Fires when kmalloc is requested probe::vm.kmalloc_node (3stap) - Fires when kmalloc_node is reques

Re: Man pages for Kernel API

2014-06-03 Thread John de la Garza
On Tue, Jun 03, 2014 at 10:12:24AM +0530, Dipanjan Das wrote: > Hi, > > Like there is section #2 of man pages dedicated to syscalls, is there any > official way to get the list of all supported Kernal APIs? check out the man page for man itself (man man) look for this: 9 Kernel routines [Non

Man pages for Kernel API

2014-06-02 Thread Dipanjan Das
Hi, Like there is section #2 of man pages dedicated to syscalls, is there any official way to get the list of all supported Kernal APIs? ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernel