著者
松尾 和弥 佐藤未来子 並木 美太郎
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告システムソフトウェアとオペレーティング・システム(OS) (ISSN:09196072)
巻号頁・発行日
vol.2007, no.36, pp.39-46, 2007-04-05
被引用文献数
1

OS をはじめとするシステム構築において、実際の計算機の動作データ、資源利用データは有用な情報となる。そこで本研究では各種アーキテクチャ対応の高速な命令、メモリアクセストレーサを構築した。構築したトレーサによって x86、ARM アーキテクチャでの実行命令列、アクセスされた物理アドレス、物理アドレスに対応する仮想アドレス、アクセス時・命令実行時の CPU 特権レベル、実行中プロセスの PID といった情報がトレースできる。構築はフリー、オープンソースの CPU エミュレータ QEMU に300行程度のコードを追加することで実現した。また、有用性を確認するために、構築したトレーサの性能評価を行い、さらに実際に構築したトレーサを省電力手法の考察に応用した例を示す。In development of computer systems such as OS, actual data about behaviour and resource usage of a computer is important. So we developed high speed tracer of executed instruction and main RAM access for various architecture. By our tracer, we can trace data about executed instructions, accessed physical and virtual memory address, CPU mode and PID on x86 and ARM. To develop our tracer, we remodeled QEMU, free and open source CPU emulator. In addition, to show the usefulness of our tracer, we evaluated the performance of our tracer and applied our tracer to the research of low power computer system.

言及状況

Twitter (2 users, 2 posts, 0 favorites)

トレーサ研究例 : http://ci.nii.ac.jp/naid/110006291339 (16.3MB/s, リアルタイム換算で 1.16GB/s, リアルタイムの 73倍の時間を要する)

収集済み URL リスト