JP2006012064A - トレース装置 - Google Patents
トレース装置 Download PDFInfo
- Publication number
- JP2006012064A JP2006012064A JP2004191658A JP2004191658A JP2006012064A JP 2006012064 A JP2006012064 A JP 2006012064A JP 2004191658 A JP2004191658 A JP 2004191658A JP 2004191658 A JP2004191658 A JP 2004191658A JP 2006012064 A JP2006012064 A JP 2006012064A
- Authority
- JP
- Japan
- Prior art keywords
- trace
- information
- trace information
- memory
- address
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- 230000006835 compression Effects 0.000 claims abstract description 25
- 238000007906 compression Methods 0.000 claims abstract description 25
- 238000004454 trace mineral analysis Methods 0.000 claims abstract description 4
- 101100170991 Caenorhabditis elegans dpf-6 gene Proteins 0.000 description 8
- 230000018109 developmental process Effects 0.000 description 8
- 238000012986 modification Methods 0.000 description 7
- 230000004048 modification Effects 0.000 description 7
- 102100029859 Zinc finger protein neuro-d4 Human genes 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 238000000034 method Methods 0.000 description 4
- 238000004904 shortening Methods 0.000 description 4
- 101000708874 Homo sapiens Zinc finger protein ubi-d4 Proteins 0.000 description 3
- 102100032701 Zinc finger protein ubi-d4 Human genes 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 101100224414 Caenorhabditis elegans dpf-1 gene Proteins 0.000 description 2
- GWGQWFHTAOMUBD-UHFFFAOYSA-N [[3-[bis(phosphonomethyl)amino]-2-hydroxypropyl]-(phosphonomethyl)amino]methylphosphonic acid Chemical compound OP(=O)(O)CN(CP(O)(O)=O)CC(O)CN(CP(O)(O)=O)CP(O)(O)=O GWGQWFHTAOMUBD-UHFFFAOYSA-N 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 101100224419 Caenorhabditis elegans dpf-2 gene Proteins 0.000 description 1
- 101000931048 Homo sapiens Zinc finger protein DPF3 Proteins 0.000 description 1
- 102100036296 Zinc finger protein DPF3 Human genes 0.000 description 1
- 238000004458 analytical method Methods 0.000 description 1
- 230000033772 system development Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/3636—Software debugging by tracing the execution of the program
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
- Microcomputers (AREA)
Abstract
【解決手段】プロセッサ10のプログラム実行状態を示すトレース情報を格納するトレースメモリ32と、トレース情報をあらかじめ定めたトレースフォーマットに圧縮して、トレースメモリ32に循環的に順次格納するトレース情報圧縮ユニット24と、トレースメモリ32に最終的に格納したアドレスを保持するアドレスレジスタ28とを備え、トレースメモリ32の内容をプログラムの実行された順と逆順に解析し、トレースフォーマットの切れ目を探索し、切れ目からプログラムの実行順にトレース解析を行うトレース装置20であり、トレース情報圧縮ユニットは、更にトレース情報の圧縮を停止する圧縮停止部26を備え、トレース開始およびトレース終了時に特定の形式のトレース情報をトレースメモリに格納する。トレース装置20はプロセッサ10に内蔵可能である。
【選択図】図1
Description
ミップス・テクノロジーズ著、"EJTAG トレースコントロールブロック仕様", ドキュメント番号:MD00148,改訂版1.04, 2002年3月21日、("EJTAG Trace Control Block Specification",MIPS Technologies Inc. 2001-2002, http://www.mips.jp/04doc/MIPSDoc/ejtag.html, P.3-6)
本発明の実施の形態に係るトレース装置20は、図1に示すように、プロセッサ10のプログラム実行状態を示すトレース情報を格納するトレースメモリ32と、トレース情報をあらかじめ定めたトレースフォーマットに圧縮して、トレースメモリ32に循環的に順次格納するトレース情報圧縮ユニット24と、トレースメモリ32に最終的に格納したアドレスを保持するアドレスレジスタ28とを備え、トレースメモリ32の内容をプログラムの実行された順と逆順に解析し、トレースフォーマットの切れ目を探索し、切れ目からプログラムの実行順にトレース解析を行う。
0X0102 sw $3,($2)
0X0104 jmp $5 ;この時点のRegister5の内容が0X1000であるとする。
: :
0X1000 add $3,100
: :
プロセッサコアモジュール14が、100番地のadd命令を実行すると、トレース情報としてDPF2が生成され、図4(a)に示すように格納される。次にプロセッサコアモジュール14が、102番地のsw命令を実行すると、トレース情報としてDPF2が生成されて、図4(b)のように格納される。次に、104番地のjmp命令を実行すると、トレース情報としてDPF5が生成されて、図4(c)のように格納される。このように、トレース情報は、トレースメモリ32のワードの上位より下位方向に隙間無く順次格納される。また、格納するトレース情報がワードの境界を越える時は、境界位置で分割して複数の連続するワードに格納される。そしてトレースメモリ32の最終ワードに続くワードは、トレースメモリ32の先頭ワードであるように制御して循環的にトレース情報を格納する。
図5に示すトレースメモリ32に格納されたトレース情報の内容を例に、トレース装置20の動作を説明する。
本発明の実施の形態の変形例に係るトレース装置においては、トレース情報圧縮ユニット24は、トレース情報の圧縮を停止する圧縮停止部26を備え、分岐命令に係わるトレース情報は、トレース開始後、または分岐先アドレス情報が圧縮された形式のトレース情報での格納が一定の容量を超えた後は、分岐先アドレス情報が圧縮されない形式のトレース情報を格納するようにしても良い。例えば、DPF3やDPF4(命令実行アドレスと分岐先アドレスの上位16ビットが同じ時に下位15ビット[15:1]の差異をアドレス情報として用いることで圧縮する)を用いて、分岐命令のアドレス情報を圧縮して格納する時、格納したトレース情報の合計容量が一定の値を超えても、DPF5による分岐命令のトレース情報が格納されない時は、DPF3やDPF4に圧縮できる条件が整っていても、DPF5によって分岐命令のトレース情報を格納する。
(変形例2)
本発明の実施の形態の変形例2に係るトレース装置においては、トレース情報は、プロセッサ10が実行した命令毎のトレース情報に限定しても良い。例えば、プロセッサコアモジュール14がストールなどで命令を実行していない時は、トレース情報を格納しないようにすることで、プロセッサコアモジュール14の実行サイクル数の情報は失われるが、プログラムで実行した命令のトレース情報を、トレースメモリ32に、より多く格納することができ、搭載プロセッサシステムの開発期間を短くする機能の高いプロセッサ10を提供できる。
上記のように、本発明の実施の形態によって記載したが、この開示の一部をなす論述及び図面はこの発明を限定するものであると理解すべきではない。この開示から当業者には様々な代替実施の形態、実施の形態及び運用技術が明らかとなろう。
12…JTAGデバッグ装置
14…プロセッサコアモジュール
16…デバッグモジュール
18…トレース情報出力ユニット
20…トレース装置
22…JTAGデバッグインタフェース
24…トレース情報圧縮ユニット
26…圧縮停止部
28…アドレスレジスタ
30…バッファレジスタ
32…トレースメモリ
34…メインバス
36,38,58…バス
40…ホストコンピュータ
42…トレース解析プログラム格納部
44…オブジェクト/ソースリスト
50…トレース情報出力データバス
52…トレースメモリ読み出しデータバス
54…最終格納アドレス読み出しデータバス
56…出力データバス
64…JTAGデバッグ出力バス
Claims (5)
- プロセッサのプログラム実行状態を示すトレース情報を格納するトレースメモリと、
前記トレース情報をあらかじめ定めたトレースフォーマットに圧縮して、前記トレースメモリに循環的に順次格納するトレース情報圧縮ユニットと、
前記トレースメモリに最終的に格納したアドレスを保持するアドレスレジスタ
とを備え、前記トレースメモリの内容をプログラムの実行された順と逆順に解析し、前記トレースフォーマットの切れ目を探索し、切れ目から前記プログラムの実行順にトレース解析を行うことを特徴とするトレース装置。 - 前記トレース情報圧縮ユニットは、トレース開始およびトレース終了時、またはトレース開始時に特定の形式のトレース情報を前記トレースメモリに格納することを特徴とする請求項1記載のトレース装置。
- 前記トレース情報圧縮ユニットは、更にトレース情報の圧縮を停止する圧縮停止部を備え、分岐命令に係わる前記トレース情報は、トレース開始後、または分岐先アドレス情報が圧縮された形式のトレース情報での格納が一定の容量を超えた後は、分岐先アドレス情報が圧縮されない形式のトレース情報を格納するようにしたことを特徴とする請求項1乃至請求項2の内、いずれか1項に記載のトレース装置。
- 前記トレース情報は、前記プロセッサが実行した命令毎のトレース情報に限定したことを特徴とする請求項1乃至請求項3の内、いずれか1項に記載のトレース装置。
- 前記トレース情報のうち、前記プロセッサが実行した分岐命令に関するトレース情報に限定したことを特徴とする請求項4項に記載のトレース装置。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004191658A JP2006012064A (ja) | 2004-06-29 | 2004-06-29 | トレース装置 |
US11/148,324 US7444553B2 (en) | 2004-06-29 | 2005-06-09 | Tracer, tracer embedded processor, and method for operating the tracer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004191658A JP2006012064A (ja) | 2004-06-29 | 2004-06-29 | トレース装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006012064A true JP2006012064A (ja) | 2006-01-12 |
Family
ID=35507505
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004191658A Pending JP2006012064A (ja) | 2004-06-29 | 2004-06-29 | トレース装置 |
Country Status (2)
Country | Link |
---|---|
US (1) | US7444553B2 (ja) |
JP (1) | JP2006012064A (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008071227A (ja) * | 2006-09-15 | 2008-03-27 | Nec Electronics Corp | 半導体集積回路 |
JP2017076158A (ja) * | 2015-10-13 | 2017-04-20 | 日立オートモティブシステムズ株式会社 | 動作ログ処理装置 |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7185234B1 (en) * | 2001-04-30 | 2007-02-27 | Mips Technologies, Inc. | Trace control from hardware and software |
JP4533682B2 (ja) * | 2004-06-29 | 2010-09-01 | 株式会社東芝 | トレース解析装置およびトレース解析方法 |
GB2456677B (en) * | 2008-02-26 | 2012-02-15 | Ibm | Method and mechanism for formatting hardware trace |
US8027829B2 (en) * | 2008-02-28 | 2011-09-27 | Infineon Technologies Ag | System and method for integrated circuit emulation |
US7502972B1 (en) * | 2008-03-16 | 2009-03-10 | International Business Machines Corporation | Reducing log entries using hash keys |
JP5376509B2 (ja) | 2009-03-16 | 2013-12-25 | スパンション エルエルシー | 実行履歴トレース方法 |
US8364461B2 (en) * | 2009-11-09 | 2013-01-29 | International Business Machines Corporation | Reusing invalidated traces in a system emulator |
GB2504772A (en) | 2012-08-10 | 2014-02-12 | Ibm | Coprocessor providing service address space for diagnostics collection |
US9053138B2 (en) | 2013-01-18 | 2015-06-09 | International Business Machines Corporation | Merging compressed data arrays |
US10216659B2 (en) | 2014-05-30 | 2019-02-26 | Hewlett Packard Enterprise Development Lp | Memory access signal detection utilizing a tracer DIMM |
US9524227B2 (en) | 2014-07-09 | 2016-12-20 | Intel Corporation | Apparatuses and methods for generating a suppressed address trace |
US10481997B2 (en) * | 2016-11-27 | 2019-11-19 | Amazon Technologies, Inc. | Distributed code tracing system |
KR20210014365A (ko) * | 2019-07-30 | 2021-02-09 | 에스케이하이닉스 주식회사 | 컨트롤러 및 그 동작 방법 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5642478A (en) * | 1994-12-29 | 1997-06-24 | International Business Machines Corporation | Distributed trace data acquisition system |
US6314530B1 (en) * | 1997-04-08 | 2001-11-06 | Advanced Micro Devices, Inc. | Processor having a trace access instruction to access on-chip trace memory |
US6009270A (en) * | 1997-04-08 | 1999-12-28 | Advanced Micro Devices, Inc. | Trace synchronization in a processor |
US6732307B1 (en) * | 1999-10-01 | 2004-05-04 | Hitachi, Ltd. | Apparatus and method for storing trace information |
US7178133B1 (en) * | 2001-04-30 | 2007-02-13 | Mips Technologies, Inc. | Trace control based on a characteristic of a processor's operating state |
JP2003076578A (ja) * | 2001-09-03 | 2003-03-14 | Mitsubishi Electric Corp | マイクロコンピュータ及びデバッグシステム並びにトレース情報収集方法 |
US6615371B2 (en) * | 2002-03-11 | 2003-09-02 | American Arium | Trace reporting method and system |
US7308681B2 (en) * | 2003-10-28 | 2007-12-11 | International Business Machines Corporation | Control flow based compression of execution traces |
JP4533682B2 (ja) * | 2004-06-29 | 2010-09-01 | 株式会社東芝 | トレース解析装置およびトレース解析方法 |
-
2004
- 2004-06-29 JP JP2004191658A patent/JP2006012064A/ja active Pending
-
2005
- 2005-06-09 US US11/148,324 patent/US7444553B2/en active Active
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008071227A (ja) * | 2006-09-15 | 2008-03-27 | Nec Electronics Corp | 半導体集積回路 |
JP2017076158A (ja) * | 2015-10-13 | 2017-04-20 | 日立オートモティブシステムズ株式会社 | 動作ログ処理装置 |
Also Published As
Publication number | Publication date |
---|---|
US7444553B2 (en) | 2008-10-28 |
US20050289399A1 (en) | 2005-12-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4533682B2 (ja) | トレース解析装置およびトレース解析方法 | |
US7444553B2 (en) | Tracer, tracer embedded processor, and method for operating the tracer | |
JP3629181B2 (ja) | プログラム開発支援装置 | |
US9507688B2 (en) | Execution history tracing method | |
US7673187B2 (en) | Data processing apparatus and method for reducing trace bandwidth | |
JP4846493B2 (ja) | デバッグシステム及びデバッグ回路 | |
JP2015531936A (ja) | 状態機械エンジンにおける命令挿入 | |
US7552363B2 (en) | Generation of trace elements within a data processing apparatus | |
JP2001273138A (ja) | プログラム変換装置および方法 | |
CN113742298A (zh) | 一种机载二进制文件通用并行的解析方法、装置及电子设备 | |
CN111142918A (zh) | 一种可编程器件程序参数配置和流程控制方法 | |
US20130262808A1 (en) | Compression and decompression system, compression apparatus, decompression apparatus and compression and decompression method | |
US7110934B2 (en) | Analysis of the performance of a portion of a data processing system | |
US20120166887A1 (en) | Monitoring multiple data transfers | |
US9619361B2 (en) | Performance profiling apparatus and performance profiling method | |
JP2878264B1 (ja) | トレーサ装置、トレースデータ圧縮方法および圧縮トレースデータ読み出し方法 | |
JP3019922B2 (ja) | トレースデータ削減方式 | |
JP2005165825A (ja) | トレース情報記録装置 | |
JPH11353205A (ja) | トレースメモリ内蔵のプロセッサ | |
JP2006228108A (ja) | トレースデータ記録方法、トレースデータ記録装置及びプログラムデバッグシステム | |
JP2007279043A (ja) | データディクショナリを含むデータの出力方法及び命令 | |
JP2006031248A (ja) | 関数呼び出しをフックしてログを生成するソフトウェア評価システム | |
JP2006107198A (ja) | ファイル解析プログラム、ファイル解析方法、ファイル解析システム | |
JP5696442B2 (ja) | プログラム | |
CN118427027A (zh) | 一种Pattern文件快速显示方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20061003 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20090302 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090908 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091106 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091208 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100208 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100309 |