Man pages for Kernel API
From: navid Rahimi <hidden>
Date: 2014-06-05 15:52:50
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 package installed ) i hope this will help. best wishes, -navid On Thu, Jun 5, 2014 at 4:44 AM, navid Rahimi [off-list ref] wrote:
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 . last time i was in arch linux , i had it . best wishes, -navid On Thu, Jun 5, 2014 at 2:49 AM, Frank Ch. Eigler [off-list ref] wrote:quoted
navid Rahimi [off-list ref] writes:quoted
probe::vm.kmalloc (3stap) - Fires when kmalloc is requested probe::vm.kmalloc_node (3stap) - Fires when kmalloc_node is requestedThose are systemtap man pages, not kernel API ones. - FChE