問題タブ [ftrace]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
debugging - syscall イベント トレース出力の形式を ftrace に変更します。
syscallの ftrace イベント トレースを有効にしましsys_enter_openat
た。で指定されたそれぞれの出力形式events/syscalls/sys_enter_openat/format
は次のとおりです。
予想どおり、ftrace へのサンプル出力行は次のようになります。
アドレスの代わりにfilename: 5af693f224
表示できるように出力形式を変更する方法はありますか? filename: <string>
これはsystemtap
orを使用して可能krpobe
だったと思いますが、現在のセットアップでは使用できません。