|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/systemtap-client-1.8/ |
Upload File : |
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 25. String and data writing functions Tapset</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="prev" href="re457.html" title="function::user_ushort_warn"><link rel="next" href="re458.html" title="function::set_kernel_char"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 25. String and data writing functions Tapset</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="re457.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="re458.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="conversions-guru.stp"></a>Chapter 25. String and data writing functions Tapset</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="re458.html"><span>function::set_kernel_char</span></a></span><span class="refpurpose"> -
Writes a char value to kernel memory
</span></dt><dt><span class="refentrytitle"><a href="re459.html"><span>function::set_kernel_int</span></a></span><span class="refpurpose"> -
Writes an int value to kernel memory
</span></dt><dt><span class="refentrytitle"><a href="re460.html"><span>function::set_kernel_long</span></a></span><span class="refpurpose"> -
Writes a long value to kernel memory
</span></dt><dt><span class="refentrytitle"><a href="re461.html"><span>function::set_kernel_pointer</span></a></span><span class="refpurpose"> -
Writes a pointer value to kernel memory.
</span></dt><dt><span class="refentrytitle"><a href="re462.html"><span>function::set_kernel_short</span></a></span><span class="refpurpose"> -
Writes a short value to kernel memory
</span></dt><dt><span class="refentrytitle"><a href="re463.html"><span>function::set_kernel_string</span></a></span><span class="refpurpose"> -
Writes a string to kernel memory
</span></dt><dt><span class="refentrytitle"><a href="re464.html"><span>function::set_kernel_string_n</span></a></span><span class="refpurpose"> -
Writes a string of given length to kernel memory
</span></dt></dl></div><p>
The SystemTap guru mode can be used to test error handling
in kernel code by simulating faults. The functions in the
this tapset provide
standard methods of writing to primitive types in the kernel's
memory. All the functions in this tapset require the use of
guru mode (<span><strong class="command">-g</strong></span>).
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="re457.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="re458.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>function::user_ushort_warn</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span>function::set_kernel_char</span></td></tr></table></div></body></html>