<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mhiramat</author_name>
  <author_url>https://blog.hatena.ne.jp/mhiramat/</author_url>
  <blog_title>mhiramatの日記</blog_title>
  <blog_url>https://mhiramat.hatenadiary.org/</blog_url>
  <categories>
    <anon>systemtap</anon>
  </categories>
  <description>Systemtapは、端的に言えばカーネルを対象とした(最新のものだとユーザプロセスも対象にできますが)プログラマブルなデバガです。基本はブレークポイントを埋め込んで、その箇所の情報(ローカル変数など)を取ってきてあれこれするのに使います。例えば、以下のコマンドをrootユーザで実行すると、プロセスがどんなファイルをオープンしようとしているかが分かります。 # stap -e 'probe kernel.function(&quot;sys_open&quot;) {printf(&quot;%s open %s\n&quot;, execname(), user_string($filename))}' ... hal-ipw-k…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmhiramat.hatenadiary.org%2Fentry%2F20081002%2F1222917212&quot; title=&quot;簡単な使い方 - mhiramatの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-10-02 12:13:32</published>
  <title>簡単な使い方</title>
  <type>rich</type>
  <url>https://mhiramat.hatenadiary.org/entry/20081002/1222917212</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
