kprobes.rst (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) kprobes.rst (944834901adc94b3a44d1dd153eb739a937e52d2)
1=======================
2Kernel Probes (Kprobes)
3=======================
4
5:Author: Jim Keniston <jkenisto@us.ibm.com>
6:Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
7:Author: Masami Hiramatsu <mhiramat@redhat.com>
8

--- 301 unchanged lines hidden (view full) ---

310=======================
311
312Kprobes and return probes are implemented on the following
313architectures:
314
315- i386 (Supports jump optimization)
316- x86_64 (AMD-64, EM64T) (Supports jump optimization)
317- ppc64
1=======================
2Kernel Probes (Kprobes)
3=======================
4
5:Author: Jim Keniston <jkenisto@us.ibm.com>
6:Author: Prasanna S Panchamukhi <prasanna.panchamukhi@gmail.com>
7:Author: Masami Hiramatsu <mhiramat@redhat.com>
8

--- 301 unchanged lines hidden (view full) ---

310=======================
311
312Kprobes and return probes are implemented on the following
313architectures:
314
315- i386 (Supports jump optimization)
316- x86_64 (AMD-64, EM64T) (Supports jump optimization)
317- ppc64
318- ia64 (Does not support probes on instruction slot1.)
319- sparc64 (Return probes not yet implemented.)
320- arm
321- ppc
322- mips
323- s390
324- parisc
325
326Configuring Kprobes

--- 462 unchanged lines hidden ---
318- sparc64 (Return probes not yet implemented.)
319- arm
320- ppc
321- mips
322- s390
323- parisc
324
325Configuring Kprobes

--- 462 unchanged lines hidden ---