US20120042212A1 - Mixed Mode Processor Tracing - Google Patents

Mixed Mode Processor Tracing Download PDF

Info

Publication number
US20120042212A1
US20120042212A1 US12/859,035 US85903510A US2012042212A1 US 20120042212 A1 US20120042212 A1 US 20120042212A1 US 85903510 A US85903510 A US 85903510A US 2012042212 A1 US2012042212 A1 US 2012042212A1
Authority
US
United States
Prior art keywords
trace
mode
execution
tracing
events
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.)
Abandoned
Application number
US12/859,035
Inventor
Gilbert Laurenti
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Texas Instruments Inc
Original Assignee
Texas Instruments Inc
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Texas Instruments Inc filed Critical Texas Instruments Inc
Assigned to TEXAS INSTRUMENTS INCORPORATED reassignment TEXAS INSTRUMENTS INCORPORATED ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: LAURENTI, GILBERT, TEXAS INSTRUMENTS FRANCE
Priority to PCT/US2011/047265 priority Critical patent/WO2012021630A2/en
Publication of US20120042212A1 publication Critical patent/US20120042212A1/en
Priority to US14/556,490 priority patent/US10649878B2/en
Priority to US16/840,721 priority patent/US11874759B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/348Circuit details, i.e. tracer hardware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3636Software debugging by tracing the execution of the program
    • G06F11/364Software debugging by tracing the execution of the program tracing values on a bus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/86Event-based monitoring
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • This invention generally relates to application software development, software integration, and system optimization of complex integrated circuits and in particular to tracing hardware and software events.
  • the IEEE 1149.1 (JTAG) standard has proven to be a very robust solution to a variety of test and debug systems, enabling a rich ecosystem of compliant products to evolve across virtually the entire electronics industry. Yet increasing chip integration and rising focus on power management has created new challenges that were not considered when the standard was originally developed.
  • the Mobile Industry Processor Interface (MIPI) Test and Debug Working group has selected a new test and debug interface, called P1149.7, which builds upon the IEEE1149.1 standard. P1149.7 enables critical advancements in test and debug functionality while maintaining compatibility with IEEE 1149.1.
  • MIPI Mobile Industry Processor Interface
  • instruction execution tracing may be provided.
  • Various capabilities for instruction tracing have been provided for processors in the past; for example, a test system provided by Texas Instruments, “Code Composer Studio” uses a trace buffer included within a microprocessor to trace program execution by recording address traces and when a discontinuity occurred in an instruction execution sequence, such as by taking a jump or receiving an interrupt.
  • Another example of program execution tracing is provided by ARM Limited, which provides a program trace macrocell (PTM) for use with processor cores in an ASIC.
  • PTM program trace macrocell
  • the MIPI test and debug interface specifies how multiple on-chip test access port (TAP) controllers can be chained in a true IEEE1149.1 compliant way. It also specifies a System Trace Module (STM). STM consists of a System Trace Protocol (STP) and the Parallel Trace Interface (PTI). The signals and pins required for these interfaces are given through the ‘MIPI Alliance Recommendation for Test & Debug—Debug Connector’, also part of the MIPI test and debug interface.
  • TTP System Trace Protocol
  • PTI Parallel Trace Interface
  • the main blocks of the MIPI Debug and Trace Interface seen from outside of the system, include: a debug connector; the basic debug access mechanism: JTAG and/or P1149.7; a mechanism to select different TAP controllers in a system (Multiple TAP control); and a System Trace Module.
  • FIG. 1 is a block diagram illustrating a exemplary application specific integrated circuit (ASIC) with an execution trace module (ETM)
  • FIG. 2 is a flow diagram illustrating operation of tracing program execution while dynamically changing the mode of tracing
  • FIG. 3 is a block diagram illustrating use of the output FIFO to manage bandwidth requirements
  • FIGS. 4 and 5 are timing diagrams illustrating data streams for two different modes of tracing.
  • FIG. 6 is a block diagram illustrating a system that includes an embodiment of an ASIC with an ETM.
  • the trace report typically includes trace data representative of a sequence of execution events that indentifies each discontinuity in program execution.
  • a time stamps may be included with each execution event, and stand alone time stamps may also be provided to enable the external test device to determine approximately how long it takes to execute various pieces of the application or test code.
  • tracing may be performed in a mode that includes the number of processor cycles that occur between each reported trace event.
  • the extra amount of data required to report cycle count information increases the bandwidth required to transmit the trace report from the unit under test to the external test device.
  • Embodiments of the present invention provide a scheme to dynamically switch between two or more modes of tracing in which cycle accurate information is reported in one mode and non-cycle accurate data is reported in another mode. During the switch between the modes of tracing, program execution continues and any traceable events that occur are traced and included in the trace report.
  • the trace report is transmitted from the SOC being tested to an external test system over a link having a transmission bandwidth.
  • the trace report has a data bandwidth that is less than the transmission bandwidth while in the non-cycle accurate mode and a data bandwidth that is greater than the transmission bandwidth while in the cycle accurate trace mode.
  • the excess trace information may be stored in an elastic buffer while in the cycle accurate trace mode, and then transmitted later as bandwidth becomes available.
  • FIG. 1 is a block diagram illustrating an exemplary application specific integrated circuit (ASIC) 100 with an execution trace module (ETM) 108 closely coupled to microprocessor unit (MPU) core 102 .
  • ASIC application specific integrated circuit
  • ETM execution trace module
  • MPU microprocessor unit
  • the somewhat generic term “ASIC” is used to apply to any complex system on a chip (SOC) that may include one or more processors 102 , memory 104 , and/or peripherals and DMA (direct memory access) controllers 106 .
  • SOC system on a chip
  • processors 102 processors 102
  • memory 104 memory
  • DMA direct memory access controllers
  • ETM 108 is coupled to the MPU core and has access to various internal buses so that it can monitor the progress of instruction execution. It evaluates instructions that may cause program execution to jump out of line, such as branch instructions, conditional branch instructions, returns, etc. It also monitors for interrupts and other exception events that may cause program execution to jump to a new location. ETM 108 also monitors clock circuitry within the MPU core so that it can count the number of processor cycles between each execution event. Typically, a processor cycle is the smallest unit of time and corresponds to one cycle of the processor instruction pipeline execution.
  • Interconnect 122 may include signal traces on a circuit board or other substrate on which ASIC 100 is mounted and may be connected to a parallel trace interface (PTI) 120 provided by ASIC 100 .
  • Interconnect 122 may include a connector to which a cable or other means of connecting to external trace receiver 132 is coupled.
  • a control channel 124 such as a serial bus or P1149.7 may be used to provide control information from external trace device 130 to ASIC 100 .
  • Test system 130 generally will include one or more processors, such as processor 134 and a user interface that allows a test engineer, for example, to control, monitor, and evaluate execution of programs and the resulting trace data on ASIC 100 .
  • the test system has a copy of the program that is being executed by ASIC 100 .
  • a trace event is generally produced for each jump or branch instruction that is processed by ASIC 100 and indicates how the program execution sequence is affected by the jump or branch instructions.
  • a trace event is produced for other events such as an interrupt or exception event that changes the execution stream. For example, if a conditional branch is taken, this fact is included in the trace event produced by execution of the conditional branch instruction.
  • the test system can determine the branch address by analyzing the program code.
  • ETM 108 may insert periodic synchronization events to indicate to the test system where the current execution point is. Similarly, ETM 108 may also generate standalone timestamp events to help the test system in correlating the instruction execution, especially if multiple instruction streams from multiple processors on ASIC 100 are being traced.
  • test system 130 As trace events are received at test system 130 , they are correlated to the instructions in the program and can then be displayed to the test engineer to indicate exactly what code is being executed and, by using the time stamps, how long it takes to execute a particular piece of instruction code.
  • the general operation of test systems is generally well known and will not be described further herein.
  • an elastic first-in first-out (FIFO) buffer 110 is coupled between ETM 108 and parallel trace interface (PTI) 120 .
  • FIFO 110 may be small, such as only a few entries. In other embodiments, FIFO 110 may provide storage for several hundred or several thousand trace events and associated time stamps and cycle count data. Use of FIFO 110 will be described in more detail below.
  • FIG. 2 is a flow diagram illustrating operation of tracing while dynamically changing cycle count accuracy.
  • trace events may be generated by ETM 108 to allow test system 130 to analyze program execution on ASIC 100 .
  • the exact timing of program execution is critical.
  • the time stamps provided with the trace events may not be accurate enough.
  • some or all of the trace events may include the cycle-count of processor cycles that have occurred since the last trace event. In this manner, the test system can determine exactly how much time is spent in each portion of the instruction execution stream.
  • the data bandwidth for cycle accurate tracing is about 2.5 times the data bandwidth of non-cycle accurate tracings.
  • debug pin budgets are reduced, and power allocated to output buffers for the pins is restricted by electromagnetic interference issues, the transmission bandwidth available on PTI 120 and interconnect 122 may not allow tracing in cycle accurate mode for an extended period of time.
  • Embodiments of the present invention allow tracing to proceed in the lower bandwidth non-cycle accurate tracing mode for most of the program execution, but allow tracing to zoom in on a particular section of instruction code be dynamically changing to the higher bandwidth cycle accurate tracing mode while the particular section of code is being executed.
  • test system 130 may set up ASIC 100 to execute one or more programs on its one or more processors. Execution 210 may proceed for a while without being traced. A particular action, which may be set up by test system 130 , may trigger 201 tracing to begin. Trigger 201 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100 , referring again to FIG. 1 . Trigger circuitry 116 may be coupled to one or more address and/or data buses within ASIC 100 , as indicated at 114 .
  • Test system 130 may set up trigger circuitry 116 via control channel 124 to generate a trigger event based on a specific data occurrence, address occurrence, etc. Further, each trigger event may cause a register or set of registers to be accessed for a programming model that may define an action to be taken upon detection of the trigger event.
  • the programming model for each trigger event may include information, such as a single bit, to indicate if cycle accurate or non-cycle accurate tracing is to be performed. Trigger detection is transparent to the program execution and does not cause program execution to halt or to slow down.
  • the programming model for start trigger 201 includes a bit that instructs ETM 108 to trace in non-cycle accurate (NCA) mode.
  • NCA non-cycle accurate
  • a portion of the sequence of execution events is traced 212 using the non-cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution.
  • the cycle count information is omitted from the trace report.
  • Trigger 202 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100 .
  • the programming model for trigger 202 includes a bit that instructs ETM 108 to trace in cycle accurate (CA) mode.
  • CA cycle accurate
  • a contiguous portion of the sequence of execution events is traced 214 using the cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution. In this mode of tracing, the additional cycle count information is included in the trace report.
  • Trigger 203 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100 .
  • the programming model for trigger 203 includes a bit that instructs ETM 108 to trace in non-cycle accurate mode.
  • another portion of the sequence of execution events is traced 216 contiguously using the non-cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution. In this mode of tracing, the additional cycle count information is omitted from the trace report.
  • tracing may continue for an extended period of time, with multiple changes in the mode of tracing.
  • ETM 108 records all execution events that occur so that no trace information is lost.
  • stop trigger 204 may be detected and cause tracing to be stopped.
  • Program execution 218 may continue, but no trace information is reported.
  • instruction execution may be stopped in response to trigger 204 or in response to a command from the test system.
  • each trigger includes a bit to indicate which mode to trace in.
  • a single bit may be used, and when it is in one logic state indicates cycle accurate tracing mode and when in another logic state it indicates non-cycle accurate tracing mode.
  • tracing may start in a default mode, such as non-cycle accurate tracing mode, and each change trigger may indicate that the tracing mode is to be toggled.
  • multiple bits may be included in the trigger to indicate one of two or more modes of tracing. For example, one mode may be non-cycle accurate tracing; a second mode may be cycle accurate tracing; a third mode may be to perform cycle accurate tracing for a period of time and then automatically revert to non-cycle accurate tracing, etc.
  • FIG. 3 is a block diagram illustrating use of output FIFO 110 to manage bandwidth requirements.
  • elastic output FIFO 110 is coupled to execution trace module 108 and is operable to store a sequence to trace information from the system trace module.
  • other trace sources within SOC 100 may also be multiplexed with the output of ETM 108 and provided to FIFO 110 .
  • output FIFO is large enough to hold several hundred trace events.
  • the output of FIFO 110 is coupled to transmitter 302 .
  • transmitter 302 is merely the drive buffers that are connected to PTI 120 .
  • transmitter 302 may transmit the trace report using electrical, infrared, optical, radio frequency, or other means now known or later developed for transmitting data to another location.
  • FIFO 110 may temporarily store a portion of the trace report.
  • a first portion 312 of trace data is non-cycle accurate (NCA) trace data, which has a data bandwidth that is lower than the transmission bandwidth of transmitter 302 . Therefore, transmitter 302 can keep up with non-cycle accurate trace data.
  • Another portion 314 of trace data is cycle accurate (CA) trace data.
  • CA cycle accurate
  • FIFO 110 may store the excess CA data for transmission later after the next portion 316 on NCA data is being traced. In this manner, short periods of CA data can be transmitted without stalling the system even when the data bandwidth of CA data exceeds the transmission bandwidth of transmitter 302 . In this manner, data overflows and blank portions in the trace stream are avoided.
  • FIG. 4 is a timing diagram illustrating an exemplary NCA data stream 404 format of one trace event which includes a time stamp 408 - 409 .
  • the exemplary format transmits four-bit nibbles on four-bit interconnect 122 during each phase of clock signal 402 .
  • a header message identifier 406 indicates an eight bit trace data value and a time stamp follows.
  • Message identifier 406 may include a bit field to indicate that additional cycle count data is not included with the trace data.
  • FIG. 5 is a timing diagram illustrating a CA data stream format of one trace event which includes cycle count data 518 - 519 and a time stamp 520 - 521 .
  • Message header 516 may include a bit field to indicate that additional cycle count data is included with the trace data. Depending on the cycle count value, additional data nibbles may be required to hold the value.
  • exemplary four-bit format may be used for conveying the trace data.
  • a different or more extensive header may be used, data widths may be different, encodings may be different, etc.
  • ARM Limited defines a format for NCA and CA trace data in the “CoreSightTM Program Flow Trace Architecture Specification”, v1.0, 2008.
  • a special message identifier may be inserted in the trace report to indicate the trace mode of trace data following it.
  • a first identifier may indicate that all following trace data is NCA data.
  • an ETM may then insert another identifier to indicate that all following trace data is now CA data. As each mode change is made, another mode indicator is inserted in the trace report.
  • the test system is able to receive the trace report stream of data and determine which mode the trace data represents, such as by decoding each trace event, by detecting a mode change indicator, or by other signaling means.
  • FIG. 5 is a block diagram of mobile cellular phone 1000 for use in the network of FIG. 1 .
  • Digital baseband (DBB) unit 1002 can include a digital processing processor system (DSP) that includes embedded memory and security features.
  • DBB digital baseband
  • SP digital processing processor system
  • Stimulus Processing (SP) unit 1004 receives a voice data stream from handset microphone 1013 a and sends a voice data stream to handset mono speaker 1013 b .
  • SP unit 1004 also receives a voice data stream from microphone 1014 a and sends a voice data stream to mono headset 1014 b .
  • SP and DBB are separate ICs.
  • SP does not embed a programmable processor core, but performs processing based on configuration of audio paths, filters, gains, etc being setup by software running on the DBB.
  • SP processing is performed on the same processor that performs DBB processing.
  • a separate DSP or other type of processor performs SP processing.
  • RF transceiver 1006 includes a receiver for receiving a stream of coded data frames and commands from a cellular base station via antenna 1007 and a transmitter for transmitting a stream of coded data frames to the cellular base station via antenna 1007 .
  • Transmission of the PUSCH data is performed by the transceiver using the PUSCH resources designated by the serving eNB.
  • Control information is transmitted using the PUCCH.
  • frequency hopping may be implied by using two or more bands as commanded by the serving eNB.
  • a single transceiver can support multi-standard operation (such as EUTRA and other standards) but other embodiments may use multiple transceivers for different transmission standards. Other embodiments may have transceivers for a later developed transmission standard with appropriate configuration.
  • RF transceiver 1006 is connected to DBB 1002 which provides processing of the frames of encoded data being received and transmitted by the mobile UE unit 1000 .
  • the EUTRA defines SC-FDMA (via DFT-spread OFDMA) as the uplink modulation.
  • the basic SC-FDMA DSP radio can include discrete Fourier transform (DFT), resource (i.e. tone) mapping, and IFFT (fast implementation of IDFT) to form a data stream for transmission.
  • DFT discrete Fourier transform
  • IFFT fast implementation of IDFT
  • the SC-FDMA radio can include DFT, resource de-mapping and IFFT.
  • the operations of DFT, IFFT and resource mapping/de-mapping may be performed by instructions stored in memory 1012 and executed by DBB 1002 in response to signals received by transceiver 1006 .
  • DBB 1002 contains an ETM as described above with respect to FIGS. 1-5 .
  • the ETM is coupled to the DSP internal to DBB 1002 and is operable to collect trace events to aid in debugging the various DSP radio tasks described above.
  • a contiguous sequence of trace events dynamically changing between NCA and CA mode can be transmitted to an external trace receiver when one is coupled to PTI connector 1050 .
  • the PTI connector may be omitted from production units and only provided on a prototype or test version of cell phone 1000 .
  • DBB unit 1002 may send or receive data to various devices connected to universal serial bus (USB) port 1026 .
  • DBB 1002 can be connected to subscriber identity module (SIM) card 1010 and stores and retrieves information used for making calls via the cellular system.
  • SIM subscriber identity module
  • DBB 1002 can also connected to memory 1012 that augments the onboard memory and is used for various processing needs.
  • DBB 1002 can be connected to Bluetooth baseband unit 1030 for wireless connection to a microphone 1032 a and headset 1032 b for sending and receiving voice data.
  • DBB 1002 can also be connected to display 1020 and can send information to it for interaction with a user of the mobile UE 1000 during a call process.
  • Display 1020 may also display pictures received from the network, from a local camera 1026 , or from other sources such as USB 1026 .
  • DBB 1002 may also send a video stream to display 1020 that is received from various sources such as the cellular network via RF transceiver 1006 or camera 1026 .
  • DBB 1002 may also send a video stream to an external video display unit via encoder 1022 over composite output terminal 1024 .
  • Encoder unit 1022 can provide encoding according to PAL/SECAM/NTSC video standards.
  • DSPs Digital Signal Processors
  • ASIC Application Specific Integrated Circuit
  • An ASIC may contain one or more megacells which each include custom designed functional circuits combined with pre-designed functional circuits provided by a design library.
  • the dynamic tracing mode switch or “zoom” concept described above may be extended to include a one or more of a number of different trace modes, such as any one or more of the following trace modes:
  • periodic time stamp injection frequency X for example: periodic time stamp injection frequency X, then dynamically change to periodic time stamp injection frequency Y, then dynamically change to Periodic time stamp injection frequency X, etc;
  • the ASIC may be mounted on a printed circuit board. In other embodiments, the ASIC may be mounted directly to a substrate that carries other integrated circuits. Various sizes and styles of connectors may be used for connection to an external trace receiver.
  • An external trace device may not be connected to an ASIC during a trace capture episode, or there may not be a provision for connecting an external trace device.
  • an ETM within the ASIC transmits the sequences of trace data and associated time stamps to an embedded trace buffer (ETB) within the ASIC via an internal bus or other interconnect.
  • ETB embedded trace buffer
  • the contents of the ETB may be transferred to another device by using another interface included within the ASIC, such as via a USB (universal serial bus) for example.
  • an external trace receiver may then be connected to the ASIC and the contents of the ETB may be accessed and then transmitted to the external trace device.
  • connection means electrically connected, including where additional elements may be in the electrical connection path.
  • Associated means a controlling relationship, such as a memory resource that is controlled by an associated port.

Abstract

A program is executed on a processor to produce execution events. The execution events are traced using a first trace mode during a first portion of the program execution, wherein a portion of trace information for the execution events is omitted from a trace report while tracing in the first trace mode. The mode of tracing is dynamically changed to a second trace mode in response to an event trigger, such that all execution events that occur during the change of mode are captured. Execution events are traced during a second portion of the program execution using the second trace mode, wherein additional trace information for the execution events is included in the trace report while tracing in the second trace mode. The trace mode may be dynamically switched between the two trace modes during execution of the program.

Description

    CLAIM OF PRIORITY
  • This application for patent claims priority to European Patent Application No. 10290443.0/EP10290443. (attorney docket TI-69051 EP-PS) entitled “Mixed Mode Processor Tracing” filed Aug. 10, 2010 which is incorporated by reference herein.
  • FIELD OF THE INVENTION
  • This invention generally relates to application software development, software integration, and system optimization of complex integrated circuits and in particular to tracing hardware and software events.
  • BACKGROUND OF THE INVENTION
  • Testing and debugging of a new application specific integrated circuit (ASIC) or of a new or modified application program running on an ASIC requires insight into the internal workings of busses and program execution. The IEEE 1149.1 (JTAG) standard has proven to be a very robust solution to a variety of test and debug systems, enabling a rich ecosystem of compliant products to evolve across virtually the entire electronics industry. Yet increasing chip integration and rising focus on power management has created new challenges that were not considered when the standard was originally developed. The Mobile Industry Processor Interface (MIPI) Test and Debug Working group has selected a new test and debug interface, called P1149.7, which builds upon the IEEE1149.1 standard. P1149.7 enables critical advancements in test and debug functionality while maintaining compatibility with IEEE 1149.1.
  • In order to provide more visibility into the execution of programs within a complicated system on a chip (SOC), instruction execution tracing may be provided. Various capabilities for instruction tracing have been provided for processors in the past; for example, a test system provided by Texas Instruments, “Code Composer Studio” uses a trace buffer included within a microprocessor to trace program execution by recording address traces and when a discontinuity occurred in an instruction execution sequence, such as by taking a jump or receiving an interrupt. Another example of program execution tracing is provided by ARM Limited, which provides a program trace macrocell (PTM) for use with processor cores in an ASIC.
  • In addition to P1149.7, the MIPI test and debug interface specifies how multiple on-chip test access port (TAP) controllers can be chained in a true IEEE1149.1 compliant way. It also specifies a System Trace Module (STM). STM consists of a System Trace Protocol (STP) and the Parallel Trace Interface (PTI). The signals and pins required for these interfaces are given through the ‘MIPI Alliance Recommendation for Test & Debug—Debug Connector’, also part of the MIPI test and debug interface. The main blocks of the MIPI Debug and Trace Interface (DTI), seen from outside of the system, include: a debug connector; the basic debug access mechanism: JTAG and/or P1149.7; a mechanism to select different TAP controllers in a system (Multiple TAP control); and a System Trace Module.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Embodiments in accordance with the invention will now be described, by way of example only, and with reference to the accompanying drawings:
  • FIG. 1 is a block diagram illustrating a exemplary application specific integrated circuit (ASIC) with an execution trace module (ETM)
  • FIG. 2 is a flow diagram illustrating operation of tracing program execution while dynamically changing the mode of tracing;
  • FIG. 3 is a block diagram illustrating use of the output FIFO to manage bandwidth requirements;
  • FIGS. 4 and 5 are timing diagrams illustrating data streams for two different modes of tracing; and
  • FIG. 6 is a block diagram illustrating a system that includes an embodiment of an ASIC with an ETM.
  • DETAILED DESCRIPTION OF EMBODIMENTS OF THE INVENTION
  • In order to test and debug a new application specific integrated circuit (ASIC) or a new or modified application program running on an ASIC, various events that occur during execution of an application or a test program are traced and made available to an external test device for analysis. The trace report typically includes trace data representative of a sequence of execution events that indentifies each discontinuity in program execution. A time stamps may be included with each execution event, and stand alone time stamps may also be provided to enable the external test device to determine approximately how long it takes to execute various pieces of the application or test code. In order to provide a fine grain analysis of code execution, tracing may be performed in a mode that includes the number of processor cycles that occur between each reported trace event. However, the extra amount of data required to report cycle count information increases the bandwidth required to transmit the trace report from the unit under test to the external test device.
  • Embodiments of the present invention provide a scheme to dynamically switch between two or more modes of tracing in which cycle accurate information is reported in one mode and non-cycle accurate data is reported in another mode. During the switch between the modes of tracing, program execution continues and any traceable events that occur are traced and included in the trace report.
  • The trace report is transmitted from the SOC being tested to an external test system over a link having a transmission bandwidth. In some embodiments the trace report has a data bandwidth that is less than the transmission bandwidth while in the non-cycle accurate mode and a data bandwidth that is greater than the transmission bandwidth while in the cycle accurate trace mode. In this case, the excess trace information may be stored in an elastic buffer while in the cycle accurate trace mode, and then transmitted later as bandwidth becomes available.
  • FIG. 1 is a block diagram illustrating an exemplary application specific integrated circuit (ASIC) 100 with an execution trace module (ETM) 108 closely coupled to microprocessor unit (MPU) core 102. For purposes of this disclosure, the somewhat generic term “ASIC” is used to apply to any complex system on a chip (SOC) that may include one or more processors 102, memory 104, and/or peripherals and DMA (direct memory access) controllers 106. Each MPU may also include embedded memory.
  • ETM 108 is coupled to the MPU core and has access to various internal buses so that it can monitor the progress of instruction execution. It evaluates instructions that may cause program execution to jump out of line, such as branch instructions, conditional branch instructions, returns, etc. It also monitors for interrupts and other exception events that may cause program execution to jump to a new location. ETM 108 also monitors clock circuitry within the MPU core so that it can count the number of processor cycles between each execution event. Typically, a processor cycle is the smallest unit of time and corresponds to one cycle of the processor instruction pipeline execution.
  • When an external test system 130 is connected to ASIC 100 via interconnect 122, the ETM may transmit sequences of trace events and time stamps directly to external trace receiver 132 as they are received. Interconnect 122 may include signal traces on a circuit board or other substrate on which ASIC 100 is mounted and may be connected to a parallel trace interface (PTI) 120 provided by ASIC 100. Interconnect 122 may include a connector to which a cable or other means of connecting to external trace receiver 132 is coupled. A control channel 124 such as a serial bus or P1149.7 may be used to provide control information from external trace device 130 to ASIC 100.
  • Test system 130 generally will include one or more processors, such as processor 134 and a user interface that allows a test engineer, for example, to control, monitor, and evaluate execution of programs and the resulting trace data on ASIC 100. In a typical scenario, the test system has a copy of the program that is being executed by ASIC 100. A trace event is generally produced for each jump or branch instruction that is processed by ASIC 100 and indicates how the program execution sequence is affected by the jump or branch instructions. Similarly, a trace event is produced for other events such as an interrupt or exception event that changes the execution stream. For example, if a conditional branch is taken, this fact is included in the trace event produced by execution of the conditional branch instruction. The test system can determine the branch address by analyzing the program code. If the conditional branch is not taken, then this fact is included in the trace event. For interrupts and exceptions, the trace event needs to include the resulting address of where instruction execution is transferred so that the test system can know where to refocus its code analysis. If a long stretch of code is executed inline, ETM 108 may insert periodic synchronization events to indicate to the test system where the current execution point is. Similarly, ETM 108 may also generate standalone timestamp events to help the test system in correlating the instruction execution, especially if multiple instruction streams from multiple processors on ASIC 100 are being traced.
  • As trace events are received at test system 130, they are correlated to the instructions in the program and can then be displayed to the test engineer to indicate exactly what code is being executed and, by using the time stamps, how long it takes to execute a particular piece of instruction code. The general operation of test systems is generally well known and will not be described further herein.
  • In this embodiment, an elastic first-in first-out (FIFO) buffer 110 is coupled between ETM 108 and parallel trace interface (PTI) 120. In some embodiments, FIFO 110 may be small, such as only a few entries. In other embodiments, FIFO 110 may provide storage for several hundred or several thousand trace events and associated time stamps and cycle count data. Use of FIFO 110 will be described in more detail below.
  • FIG. 2 is a flow diagram illustrating operation of tracing while dynamically changing cycle count accuracy. As discussed above, several types of trace events may be generated by ETM 108 to allow test system 130 to analyze program execution on ASIC 100. In some situations, such as hard real time applications, the exact timing of program execution is critical. In these instances, the time stamps provided with the trace events may not be accurate enough. In order to provide more accurate execution time, some or all of the trace events may include the cycle-count of processor cycles that have occurred since the last trace event. In this manner, the test system can determine exactly how much time is spent in each portion of the instruction execution stream.
  • However, this additional accuracy comes at a cost of additional bandwidth required to transmit the cycle-count information along with the trace events. In the exemplary embodiment of FIG. 1, the data bandwidth for cycle accurate tracing is about 2.5 times the data bandwidth of non-cycle accurate tracings. As processor speeds increase, multiple processor cores are included in SOCs, debug pin budgets are reduced, and power allocated to output buffers for the pins is restricted by electromagnetic interference issues, the transmission bandwidth available on PTI 120 and interconnect 122 may not allow tracing in cycle accurate mode for an extended period of time. Embodiments of the present invention allow tracing to proceed in the lower bandwidth non-cycle accurate tracing mode for most of the program execution, but allow tracing to zoom in on a particular section of instruction code be dynamically changing to the higher bandwidth cycle accurate tracing mode while the particular section of code is being executed.
  • Referring again to FIG. 2 for example, test system 130 may set up ASIC 100 to execute one or more programs on its one or more processors. Execution 210 may proceed for a while without being traced. A particular action, which may be set up by test system 130, may trigger 201 tracing to begin. Trigger 201 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100, referring again to FIG. 1. Trigger circuitry 116 may be coupled to one or more address and/or data buses within ASIC 100, as indicated at 114. Test system 130 may set up trigger circuitry 116 via control channel 124 to generate a trigger event based on a specific data occurrence, address occurrence, etc. Further, each trigger event may cause a register or set of registers to be accessed for a programming model that may define an action to be taken upon detection of the trigger event. The programming model for each trigger event may include information, such as a single bit, to indicate if cycle accurate or non-cycle accurate tracing is to be performed. Trigger detection is transparent to the program execution and does not cause program execution to halt or to slow down.
  • In the example of FIG. 2, the programming model for start trigger 201 includes a bit that instructs ETM 108 to trace in non-cycle accurate (NCA) mode. Thus, a portion of the sequence of execution events is traced 212 using the non-cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution. In this mode of tracing, the cycle count information is omitted from the trace report.
  • Eventually, another trigger occurs, such as change trigger 202. Trigger 202 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100. The programming model for trigger 202 includes a bit that instructs ETM 108 to trace in cycle accurate (CA) mode. Thus, a contiguous portion of the sequence of execution events is traced 214 using the cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution. In this mode of tracing, the additional cycle count information is included in the trace report.
  • Eventually, another trigger occurs, such as change trigger 203. Trigger 203 may be in response to executing from a particular address, storing or fetching data from a particular address, or similar types of events that are supported by trigger detection circuitry 116 within ASIC 100. The programming model for trigger 203 includes a bit that instructs ETM 108 to trace in non-cycle accurate mode. Thus, another portion of the sequence of execution events is traced 216 contiguously using the non-cycle accurate mode and trace information is reported indicative of the execution events during this portion of the program execution. In this mode of tracing, the additional cycle count information is omitted from the trace report.
  • In this manner, tracing may continue for an extended period of time, with multiple changes in the mode of tracing. During each change of tracing mode, ETM 108 records all execution events that occur so that no trace information is lost.
  • Eventually, stop trigger 204 may be detected and cause tracing to be stopped. Program execution 218 may continue, but no trace information is reported. Alternatively, instruction execution may be stopped in response to trigger 204 or in response to a command from the test system.
  • In this embodiment, each trigger includes a bit to indicate which mode to trace in. A single bit may be used, and when it is in one logic state indicates cycle accurate tracing mode and when in another logic state it indicates non-cycle accurate tracing mode. In another embodiment, tracing may start in a default mode, such as non-cycle accurate tracing mode, and each change trigger may indicate that the tracing mode is to be toggled. In another embodiment, multiple bits may be included in the trigger to indicate one of two or more modes of tracing. For example, one mode may be non-cycle accurate tracing; a second mode may be cycle accurate tracing; a third mode may be to perform cycle accurate tracing for a period of time and then automatically revert to non-cycle accurate tracing, etc.
  • FIG. 3 is a block diagram illustrating use of output FIFO 110 to manage bandwidth requirements. Referring again to FIG. 1, elastic output FIFO 110 is coupled to execution trace module 108 and is operable to store a sequence to trace information from the system trace module. In various embodiments, other trace sources within SOC 100 may also be multiplexed with the output of ETM 108 and provided to FIFO 110. In this embodiment, output FIFO is large enough to hold several hundred trace events. The output of FIFO 110 is coupled to transmitter 302. In this embodiment, transmitter 302 is merely the drive buffers that are connected to PTI 120. In another embodiment, transmitter 302 may transmit the trace report using electrical, infrared, optical, radio frequency, or other means now known or later developed for transmitting data to another location.
  • As mentioned earlier, when tracing in cycle accurate trace mode, the data bandwidth may exceed the transmission bandwidth of transmitter 302. In this case, FIFO 110 may temporarily store a portion of the trace report. For example, a first portion 312 of trace data is non-cycle accurate (NCA) trace data, which has a data bandwidth that is lower than the transmission bandwidth of transmitter 302. Therefore, transmitter 302 can keep up with non-cycle accurate trace data. Another portion 314 of trace data is cycle accurate (CA) trace data. As mentioned earlier, in this embodiment, the data bandwidth of CA data is approximately 2.5 times that of NCA trace data, and the transmission bandwidth of transmitter 302 is less than the data bandwidth of CA trace data. FIFO 110 may store the excess CA data for transmission later after the next portion 316 on NCA data is being traced. In this manner, short periods of CA data can be transmitted without stalling the system even when the data bandwidth of CA data exceeds the transmission bandwidth of transmitter 302. In this manner, data overflows and blank portions in the trace stream are avoided.
  • FIG. 4 is a timing diagram illustrating an exemplary NCA data stream 404 format of one trace event which includes a time stamp 408-409. The exemplary format transmits four-bit nibbles on four-bit interconnect 122 during each phase of clock signal 402. In this instance, a header message identifier 406 indicates an eight bit trace data value and a time stamp follows. In this embodiment, when cycle count data is included for cycle accurate tracing, additional four bit data nibbles are included after the trace data and before the time stamp data. Message identifier 406 may include a bit field to indicate that additional cycle count data is not included with the trace data.
  • FIG. 5 is a timing diagram illustrating a CA data stream format of one trace event which includes cycle count data 518-519 and a time stamp 520-521. Message header 516 may include a bit field to indicate that additional cycle count data is included with the trace data. Depending on the cycle count value, additional data nibbles may be required to hold the value.
  • Other embodiments may use a different format than this exemplary four-bit format for conveying the trace data. For example, a different or more extensive header may be used, data widths may be different, encodings may be different, etc.
  • As another example, ARM Limited defines a format for NCA and CA trace data in the “CoreSight™ Program Flow Trace Architecture Specification”, v1.0, 2008.
  • Alternatively, in another embodiment, a special message identifier may be inserted in the trace report to indicate the trace mode of trace data following it. For example, a first identifier may indicate that all following trace data is NCA data. When the trace mode is dynamically changed, an ETM may then insert another identifier to indicate that all following trace data is now CA data. As each mode change is made, another mode indicator is inserted in the trace report.
  • Thus, in various embodiments the test system is able to receive the trace report stream of data and determine which mode the trace data represents, such as by decoding each trace event, by detecting a mode change indicator, or by other signaling means.
  • System Application
  • FIG. 5 is a block diagram of mobile cellular phone 1000 for use in the network of FIG. 1. Digital baseband (DBB) unit 1002 can include a digital processing processor system (DSP) that includes embedded memory and security features. Stimulus Processing (SP) unit 1004 receives a voice data stream from handset microphone 1013 a and sends a voice data stream to handset mono speaker 1013 b. SP unit 1004 also receives a voice data stream from microphone 1014 a and sends a voice data stream to mono headset 1014 b. Usually, SP and DBB are separate ICs. In most embodiments, SP does not embed a programmable processor core, but performs processing based on configuration of audio paths, filters, gains, etc being setup by software running on the DBB. In an alternate embodiment, SP processing is performed on the same processor that performs DBB processing. In another embodiment, a separate DSP or other type of processor performs SP processing.
  • RF transceiver 1006 includes a receiver for receiving a stream of coded data frames and commands from a cellular base station via antenna 1007 and a transmitter for transmitting a stream of coded data frames to the cellular base station via antenna 1007. Transmission of the PUSCH data is performed by the transceiver using the PUSCH resources designated by the serving eNB. Control information is transmitted using the PUCCH. In some embodiments, frequency hopping may be implied by using two or more bands as commanded by the serving eNB. In this embodiment, a single transceiver can support multi-standard operation (such as EUTRA and other standards) but other embodiments may use multiple transceivers for different transmission standards. Other embodiments may have transceivers for a later developed transmission standard with appropriate configuration. RF transceiver 1006 is connected to DBB 1002 which provides processing of the frames of encoded data being received and transmitted by the mobile UE unit 1000.
  • The EUTRA defines SC-FDMA (via DFT-spread OFDMA) as the uplink modulation. The basic SC-FDMA DSP radio can include discrete Fourier transform (DFT), resource (i.e. tone) mapping, and IFFT (fast implementation of IDFT) to form a data stream for transmission. To receive the data stream from the received signal, the SC-FDMA radio can include DFT, resource de-mapping and IFFT. The operations of DFT, IFFT and resource mapping/de-mapping may be performed by instructions stored in memory 1012 and executed by DBB 1002 in response to signals received by transceiver 1006.
  • DBB 1002 contains an ETM as described above with respect to FIGS. 1-5. The ETM is coupled to the DSP internal to DBB 1002 and is operable to collect trace events to aid in debugging the various DSP radio tasks described above. A contiguous sequence of trace events dynamically changing between NCA and CA mode can be transmitted to an external trace receiver when one is coupled to PTI connector 1050. Alternatively, the PTI connector may be omitted from production units and only provided on a prototype or test version of cell phone 1000.
  • DBB unit 1002 may send or receive data to various devices connected to universal serial bus (USB) port 1026. DBB 1002 can be connected to subscriber identity module (SIM) card 1010 and stores and retrieves information used for making calls via the cellular system. DBB 1002 can also connected to memory 1012 that augments the onboard memory and is used for various processing needs. DBB 1002 can be connected to Bluetooth baseband unit 1030 for wireless connection to a microphone 1032 a and headset 1032 b for sending and receiving voice data. DBB 1002 can also be connected to display 1020 and can send information to it for interaction with a user of the mobile UE 1000 during a call process. Display 1020 may also display pictures received from the network, from a local camera 1026, or from other sources such as USB 1026. DBB 1002 may also send a video stream to display 1020 that is received from various sources such as the cellular network via RF transceiver 1006 or camera 1026. DBB 1002 may also send a video stream to an external video display unit via encoder 1022 over composite output terminal 1024. Encoder unit 1022 can provide encoding according to PAL/SECAM/NTSC video standards.
  • Other Embodiments
  • Although the invention finds particular application to Digital Signal Processors (DSPs), implemented, for example, in an Application Specific Integrated Circuit (ASIC), it also finds application to other forms of processors. An ASIC may contain one or more megacells which each include custom designed functional circuits combined with pre-designed functional circuits provided by a design library.
  • While the invention has been described with reference to illustrative embodiments, this description is not intended to be construed in a limiting sense. Various other embodiments of the invention will be apparent to persons skilled in the art upon reference to this description. For example, another embodiment may use another test and debug interface that is not related to MIPI. In various embodiments, narrow or wide versions of P1149.7 may be used. Other embodiments may use interconnects that are not P1149.7 based.
  • In other embodiments, the dynamic tracing mode switch or “zoom” concept described above may be extended to include a one or more of a number of different trace modes, such as any one or more of the following trace modes:
  • Changing the periodic time stamp injection rate, for example: periodic time stamp injection frequency X, then dynamically change to periodic time stamp injection frequency Y, then dynamically change to Periodic time stamp injection frequency X, etc;
  • Background tasks NCA/Interrupts CA/Background tasks NCA;
  • address/address+data/address;
  • compressed/uncompressed/compressed;
  • without qualifiers/with qualifiers/without qualifiers;
  • Public/Public & Secure/Public;
  • Initiator X/Initiators X & Y/Initiator X;
  • DMA transfers boundaries/DMA transfers details/DMA transfers boundaries;
  • main discontinuities/all discontinuities/main discontinuities;
  • Performance metric A/Performance metrics A,B,C/Performance metric A;
  • power management (PM) events/PM & CM events/PM events;
  • Subset of events/all events/subset of events.
  • In some embodiments, the ASIC may be mounted on a printed circuit board. In other embodiments, the ASIC may be mounted directly to a substrate that carries other integrated circuits. Various sizes and styles of connectors may be used for connection to an external trace receiver.
  • A second mode of operation is supported in some embodiments. An external trace device may not be connected to an ASIC during a trace capture episode, or there may not be a provision for connecting an external trace device. In this mode, an ETM within the ASIC transmits the sequences of trace data and associated time stamps to an embedded trace buffer (ETB) within the ASIC via an internal bus or other interconnect. In this case, after a debug session, the contents of the ETB may be transferred to another device by using another interface included within the ASIC, such as via a USB (universal serial bus) for example. Alternatively, after a debug session an external trace receiver may then be connected to the ASIC and the contents of the ETB may be accessed and then transmitted to the external trace device.
  • As used herein, the terms “applied,” “coupled,” “connected,” and “connection” mean electrically connected, including where additional elements may be in the electrical connection path. “Associated” means a controlling relationship, such as a memory resource that is controlled by an associated port.
  • It is therefore contemplated that the appended claims will cover any such modifications of the embodiments as fall within the true scope and spirit of the invention.

Claims (17)

What is claimed is:
1. A method for tracing program execution, comprising
executing the program on a processor to produce a sequence of execution events;
tracing a portion of the sequence of execution events using a first trace mode and reporting trace information indicative of the execution events during a first portion of the program execution;
dynamically changing the mode of tracing to a second trace mode in response to an event trigger, such that tracing of the sequence of execution events continues during the change of mode; and
tracing a contiguous portion of the sequence of execution events using the second trace mode and reporting trace information indicative of the execution events during a second portion of the program execution.
2. The method of claim 1, further comprising:
dynamically changing the mode of tracing to the first trace mode in response to another event trigger, such that tracing of the sequence of execution events continues during the change of mode; and
tracing another contiguous portion of the sequence of execution events and reporting trace information indicative of the execution events during a third portion of the program execution using the first trace mode.
3. The method of claim 1, wherein the trace information indicative of the execution events in the second trace mode is formatted differently in the trace report from the trace information in the first trace mode.
4. The method of claim 1, further comprising inserting a mode change indicator in the trace report.
5. The method of claim 1, wherein trace information reported in the first trace mode is non-cycle accurate, and trace information reported in the second trace mode is cycle accurate.
6. The method of claim 2, further comprising:
transmitting the trace report over a link having a transmission bandwidth, wherein the trace report has a data bandwidth less than the transmission bandwidth while in the first trace mode and a data bandwidth that is greater than the transmission bandwidth while in the second trace mode;
storing excess trace information while in the second trace mode; and
transmitting the stored excess trace information after changing to the first trace mode.
7. A method for tracing program execution, comprising
receiving a trace report containing trace information indicative of execution events that occurred during execution of the program for a period of time, wherein one or more portions of the trace report contain trace information from a first trace mode and one or more portions of the trace report contain trace information from a second trace mode; wherein the trace report contains trace information for all execution events that occurred during the period of time; and
analyzing the trace report to interpret the non-cycle accurate trace information and the cycle accurate trace information.
8. The method of claim 7, wherein the trace information from the first trace mode has a different format from the trace information from the second trace mode.
9. The method of claim 7, wherein the trace report includes a mode change indicator between each portion of the trace report.
10. The method of claim 7, wherein trace information reported in the first trace mode is non-cycle accurate, and trace information reported in the second trace mode is cycle accurate.
11. A digital system comprising an integrated circuit, wherein the integrated circuit comprises:
at least one processing module operable execute a program and to thereby generate hardware or software execution events for tracing;
a execution trace module connected to detect the execution events from the at least one processing module, wherein the execution trace module is operable to form trace information indicative of each execution event; and
a port coupled to the execution trace module for transmitting the sequence of trace information to an external trace receiver; and
wherein the execution trace module is operable to:
trace execution events using a first trace mode during a first portion of the program execution, wherein a portion of trace information for the execution events is omitted from a trace report while tracing in the first trace mode;
dynamically change the mode of tracing to a second trace mode in response to an event trigger, such that tracing of the sequence of execution events continues during the change of mode; and
trace execution events using the second trace mode during a contiguous second portion of the program execution.
12. The digital system of claim 11, wherein the execution trace module is further operable to:
dynamically change the mode of tracing to the first trace mode in response to another event trigger, such that all execution events that occur during the change of mode are captured; and
trace execution events during a contiguous third portion of the program execution using the first trace mode.
13. The digital system of claim 11, wherein the execution trace module is operable to format trace information indicative of the execution events in the second trace mode differently from the trace information in the first trace mode.
14. The digital system of claim 11, wherein the execution trace module is operable to insert a mode change indicator in the trace report.
15. The digital system of claim 11, wherein trace information reported in the first trace mode is non-cycle accurate, and trace information reported in the second trace mode is cycle accurate.
16. The digital system of claim 11, further comprising an elastic buffer coupled between the execution trace module and the port, wherein:
the port is operable to transmit the trace report over a link having a transmission bandwidth, wherein the trace report has a data bandwidth less than the transmission bandwidth while in the first trace mode and a data bandwidth that is greater than the transmission bandwidth while in the second trace mode;
the elastic buffer is operable to store excess trace information while in the second trace mode; and
the port is operable to transmit the stored excess trace information.
17. The digital system of claim 15 being a cellular telephone, further comprising a connector coupled to the port for connecting to an external trace receiver.
US12/859,035 2010-08-10 2010-08-18 Mixed Mode Processor Tracing Abandoned US20120042212A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/US2011/047265 WO2012021630A2 (en) 2010-08-10 2011-08-10 Mixed mode processor tracing
US14/556,490 US10649878B2 (en) 2010-08-10 2014-12-01 Recording processor instruction execution cycle and non-cycle count trace events
US16/840,721 US11874759B2 (en) 2010-08-10 2020-04-06 Recording processor instruction execution cycle and non-cycle count trace events

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
EP10290443 2010-08-10
EP10290443 2010-08-10

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/556,490 Division US10649878B2 (en) 2010-08-10 2014-12-01 Recording processor instruction execution cycle and non-cycle count trace events

Publications (1)

Publication Number Publication Date
US20120042212A1 true US20120042212A1 (en) 2012-02-16

Family

ID=45565665

Family Applications (4)

Application Number Title Priority Date Filing Date
US12/859,035 Abandoned US20120042212A1 (en) 2010-08-10 2010-08-18 Mixed Mode Processor Tracing
US14/556,490 Active 2033-11-23 US10649878B2 (en) 2010-08-10 2014-12-01 Recording processor instruction execution cycle and non-cycle count trace events
US16/840,721 Active 2031-05-02 US11874759B2 (en) 2010-08-10 2020-04-06 Recording processor instruction execution cycle and non-cycle count trace events
US18/533,546 Pending US20240103995A1 (en) 2010-08-10 2023-12-08 Recording processor instruction execution cycle and non-cycle count trace events

Family Applications After (3)

Application Number Title Priority Date Filing Date
US14/556,490 Active 2033-11-23 US10649878B2 (en) 2010-08-10 2014-12-01 Recording processor instruction execution cycle and non-cycle count trace events
US16/840,721 Active 2031-05-02 US11874759B2 (en) 2010-08-10 2020-04-06 Recording processor instruction execution cycle and non-cycle count trace events
US18/533,546 Pending US20240103995A1 (en) 2010-08-10 2023-12-08 Recording processor instruction execution cycle and non-cycle count trace events

Country Status (2)

Country Link
US (4) US20120042212A1 (en)
WO (1) WO2012021630A2 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110289357A1 (en) * 2010-05-20 2011-11-24 Renesas Electronics Corporation Information processing device
US20140115403A1 (en) * 2012-03-26 2014-04-24 Nec Laboratories America, Inc. Method and System for Software System Performance Diagnosis with Kernel Event Feature Guidance
CN103902426A (en) * 2012-12-27 2014-07-02 英飞凌科技股份有限公司 Multi-Tier Trace
WO2014126604A1 (en) * 2013-02-12 2014-08-21 Concurix Corporation Periodicity optimization in an automated tracing system
US8843901B2 (en) 2013-02-12 2014-09-23 Concurix Corporation Cost analysis for selecting trace objectives
US8924941B2 (en) 2013-02-12 2014-12-30 Concurix Corporation Optimization analysis using similar frequencies
US20150006717A1 (en) * 2013-06-27 2015-01-01 Thilo Schmitt Tracking mode of a processing device in instruction tracing systems
US9021447B2 (en) 2013-02-12 2015-04-28 Concurix Corporation Application tracing by distributed objectives
US20150269054A1 (en) * 2014-03-18 2015-09-24 Lsi Corporation Multiple Core Execution Trace Buffer
US20150355991A1 (en) * 2014-06-08 2015-12-10 Mediatek Inc. Trace capture device with common structure and related trace capture method
US9256969B2 (en) 2013-02-01 2016-02-09 Microsoft Technology Licensing, Llc Transformation function insertion for dynamically displayed tracer data
US9323863B2 (en) 2013-02-01 2016-04-26 Microsoft Technology Licensing, Llc Highlighting of time series data on force directed graph
US9575874B2 (en) 2013-04-20 2017-02-21 Microsoft Technology Licensing, Llc Error list and bug report analysis for configuring an application tracer
US20170090925A1 (en) * 2015-09-25 2017-03-30 Richard B. O'connor Instruction and Logic for Interrupt and Exception Handling
US9658943B2 (en) 2013-05-21 2017-05-23 Microsoft Technology Licensing, Llc Interactive graph for navigating application code
US9665474B2 (en) 2013-03-15 2017-05-30 Microsoft Technology Licensing, Llc Relationships derived from trace data
US9734040B2 (en) 2013-05-21 2017-08-15 Microsoft Technology Licensing, Llc Animated highlights in a graph representing an application
US9754396B2 (en) 2013-07-24 2017-09-05 Microsoft Technology Licensing, Llc Event chain visualization of performance data
US9767006B2 (en) 2013-02-12 2017-09-19 Microsoft Technology Licensing, Llc Deploying trace objectives using cost analyses
US9772927B2 (en) 2013-11-13 2017-09-26 Microsoft Technology Licensing, Llc User interface for selecting tracing origins for aggregating classes of trace data
US9864672B2 (en) 2013-09-04 2018-01-09 Microsoft Technology Licensing, Llc Module specific tracing in a shared module environment
US10114912B1 (en) * 2014-03-26 2018-10-30 Cadence Design Systems, Inc. System and method for monitoring address traffic in an electronic design
US10178031B2 (en) 2013-01-25 2019-01-08 Microsoft Technology Licensing, Llc Tracing with a workload distributor
US10324817B2 (en) * 2017-03-29 2019-06-18 Google Llc Distributed hardware tracing
US10346292B2 (en) 2013-11-13 2019-07-09 Microsoft Technology Licensing, Llc Software component recommendation based on multiple trace runs
US10365987B2 (en) 2017-03-29 2019-07-30 Google Llc Synchronous hardware event collection
US10579505B1 (en) 2018-09-11 2020-03-03 International Business Machines Corporation Capturing task traces for multiple tasks
CN115114117A (en) * 2022-07-26 2022-09-27 南方科技大学 Data recording method and data recording device

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10031834B2 (en) 2016-08-31 2018-07-24 Microsoft Technology Licensing, Llc Cache-based tracing for time travel debugging and analysis
US10042737B2 (en) 2016-08-31 2018-08-07 Microsoft Technology Licensing, Llc Program tracing for time travel debugging and analysis
US10031833B2 (en) 2016-08-31 2018-07-24 Microsoft Technology Licensing, Llc Cache-based tracing for time travel debugging and analysis
US10310963B2 (en) 2016-10-20 2019-06-04 Microsoft Technology Licensing, Llc Facilitating recording a trace file of code execution using index bits in a processor cache
US10324851B2 (en) 2016-10-20 2019-06-18 Microsoft Technology Licensing, Llc Facilitating recording a trace file of code execution using way-locking in a set-associative processor cache
US10489273B2 (en) 2016-10-20 2019-11-26 Microsoft Technology Licensing, Llc Reuse of a related thread's cache while recording a trace file of code execution
US10310977B2 (en) 2016-10-20 2019-06-04 Microsoft Technology Licensing, Llc Facilitating recording a trace file of code execution using a processor cache
US10540250B2 (en) 2016-11-11 2020-01-21 Microsoft Technology Licensing, Llc Reducing storage requirements for storing memory addresses and values
US10318332B2 (en) 2017-04-01 2019-06-11 Microsoft Technology Licensing, Llc Virtual machine execution tracing
US10296442B2 (en) 2017-06-29 2019-05-21 Microsoft Technology Licensing, Llc Distributed time-travel trace recording and replay
US10459824B2 (en) 2017-09-18 2019-10-29 Microsoft Technology Licensing, Llc Cache-based trace recording using cache coherence protocol data
US10558572B2 (en) 2018-01-16 2020-02-11 Microsoft Technology Licensing, Llc Decoupling trace data streams using cache coherence protocol data
US11907091B2 (en) 2018-02-16 2024-02-20 Microsoft Technology Licensing, Llc Trace recording by logging influxes to an upper-layer shared cache, plus cache coherence protocol transitions among lower-layer caches
US10642737B2 (en) 2018-02-23 2020-05-05 Microsoft Technology Licensing, Llc Logging cache influxes by request to a higher-level cache
US10496537B2 (en) 2018-02-23 2019-12-03 Microsoft Technology Licensing, Llc Trace recording by logging influxes to a lower-layer cache based on entries in an upper-layer cache

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6009270A (en) * 1997-04-08 1999-12-28 Advanced Micro Devices, Inc. Trace synchronization in a processor
US6145123A (en) * 1998-07-01 2000-11-07 Advanced Micro Devices, Inc. Trace on/off with breakpoint register
US6539500B1 (en) * 1999-10-28 2003-03-25 International Business Machines Corporation System and method for tracing
US6813731B2 (en) * 2001-02-26 2004-11-02 Emc Corporation Methods and apparatus for accessing trace data
US7174543B2 (en) * 2001-08-29 2007-02-06 Analog Devices, Inc. High-speed program tracing
US7207035B2 (en) * 2001-08-23 2007-04-17 International Business Machines Corporation Apparatus and method for converting an instruction and data trace to an executable program
US20110239196A1 (en) * 2010-03-29 2011-09-29 Laurent Ichard Micro-Task Pipeline Visualization

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6513134B1 (en) * 1999-09-15 2003-01-28 International Business Machines Corporation System and method for tracing program execution within a superscalar processor
US6802031B2 (en) * 2001-05-24 2004-10-05 International Business Machines Corporation Method and apparatus for increasing the effectiveness of system debug and analysis
JP2003296136A (en) * 2002-04-04 2003-10-17 Mitsubishi Electric Corp Trace device
GB2389432B (en) * 2002-06-07 2005-09-07 Advanced Risc Mach Ltd Instruction tracing in data processing systems
US20050210179A1 (en) * 2002-12-02 2005-09-22 Walmsley Simon R Integrated circuit having random clock or random delay
US8484516B2 (en) * 2007-04-11 2013-07-09 Qualcomm Incorporated Inter-thread trace alignment method and system for a multi-threaded processor
US20080282234A1 (en) * 2007-05-07 2008-11-13 Texas Instruments Incorporated Dynamic emulation mode switching
GB2453174B (en) * 2007-09-28 2011-12-07 Advanced Risc Mach Ltd Techniques for generating a trace stream for a data processing apparatus
US8307344B2 (en) 2008-02-08 2012-11-06 Texas Instruments Incorporated Sliding granularity time stamping
US20120066551A1 (en) * 2010-09-15 2012-03-15 Alexandre Palus Run-time Verification of CPU Operation

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6009270A (en) * 1997-04-08 1999-12-28 Advanced Micro Devices, Inc. Trace synchronization in a processor
US6145123A (en) * 1998-07-01 2000-11-07 Advanced Micro Devices, Inc. Trace on/off with breakpoint register
US6539500B1 (en) * 1999-10-28 2003-03-25 International Business Machines Corporation System and method for tracing
US6813731B2 (en) * 2001-02-26 2004-11-02 Emc Corporation Methods and apparatus for accessing trace data
US7207035B2 (en) * 2001-08-23 2007-04-17 International Business Machines Corporation Apparatus and method for converting an instruction and data trace to an executable program
US7174543B2 (en) * 2001-08-29 2007-02-06 Analog Devices, Inc. High-speed program tracing
US20110239196A1 (en) * 2010-03-29 2011-09-29 Laurent Ichard Micro-Task Pipeline Visualization

Cited By (50)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8527812B2 (en) * 2010-05-20 2013-09-03 Renesas Electronics Corporation Information processing device
US20110289357A1 (en) * 2010-05-20 2011-11-24 Renesas Electronics Corporation Information processing device
US9075912B2 (en) * 2012-03-26 2015-07-07 Nec Laboratories America, Inc. Method and system for software system performance diagnosis with kernel event feature guidance
US20140115403A1 (en) * 2012-03-26 2014-04-24 Nec Laboratories America, Inc. Method and System for Software System Performance Diagnosis with Kernel Event Feature Guidance
CN103902426A (en) * 2012-12-27 2014-07-02 英飞凌科技股份有限公司 Multi-Tier Trace
US20140189437A1 (en) * 2012-12-27 2014-07-03 Infineon Technologies Ag Multi-Tier Trace
US9164868B2 (en) * 2012-12-27 2015-10-20 Infineon Technologies Ag Multi-tier trace
US10178031B2 (en) 2013-01-25 2019-01-08 Microsoft Technology Licensing, Llc Tracing with a workload distributor
US9256969B2 (en) 2013-02-01 2016-02-09 Microsoft Technology Licensing, Llc Transformation function insertion for dynamically displayed tracer data
US9323863B2 (en) 2013-02-01 2016-04-26 Microsoft Technology Licensing, Llc Highlighting of time series data on force directed graph
US9658936B2 (en) 2013-02-12 2017-05-23 Microsoft Technology Licensing, Llc Optimization analysis using similar frequencies
US8997063B2 (en) 2013-02-12 2015-03-31 Concurix Corporation Periodicity optimization in an automated tracing system
US9021447B2 (en) 2013-02-12 2015-04-28 Concurix Corporation Application tracing by distributed objectives
US8924941B2 (en) 2013-02-12 2014-12-30 Concurix Corporation Optimization analysis using similar frequencies
US9804949B2 (en) 2013-02-12 2017-10-31 Microsoft Technology Licensing, Llc Periodicity optimization in an automated tracing system
US8843901B2 (en) 2013-02-12 2014-09-23 Concurix Corporation Cost analysis for selecting trace objectives
US9767006B2 (en) 2013-02-12 2017-09-19 Microsoft Technology Licensing, Llc Deploying trace objectives using cost analyses
WO2014126604A1 (en) * 2013-02-12 2014-08-21 Concurix Corporation Periodicity optimization in an automated tracing system
US9665474B2 (en) 2013-03-15 2017-05-30 Microsoft Technology Licensing, Llc Relationships derived from trace data
US9575874B2 (en) 2013-04-20 2017-02-21 Microsoft Technology Licensing, Llc Error list and bug report analysis for configuring an application tracer
US9658943B2 (en) 2013-05-21 2017-05-23 Microsoft Technology Licensing, Llc Interactive graph for navigating application code
US9734040B2 (en) 2013-05-21 2017-08-15 Microsoft Technology Licensing, Llc Animated highlights in a graph representing an application
RU2635044C2 (en) * 2013-06-27 2017-11-08 Интел Корпорейшн Tracking mode in the processing device of the tracing commands systems
US10331452B2 (en) * 2013-06-27 2019-06-25 Intel Corporation Tracking mode of a processing device in instruction tracing systems
EP3014452A4 (en) * 2013-06-27 2017-04-26 Intel Corporation Tracking mode of a processing device in instruction tracing systems
US20150006717A1 (en) * 2013-06-27 2015-01-01 Thilo Schmitt Tracking mode of a processing device in instruction tracing systems
CN105229616A (en) * 2013-06-27 2016-01-06 英特尔公司 The pattern of tracking processing apparatus in instruction tracing system
US9754396B2 (en) 2013-07-24 2017-09-05 Microsoft Technology Licensing, Llc Event chain visualization of performance data
US9864672B2 (en) 2013-09-04 2018-01-09 Microsoft Technology Licensing, Llc Module specific tracing in a shared module environment
US10346292B2 (en) 2013-11-13 2019-07-09 Microsoft Technology Licensing, Llc Software component recommendation based on multiple trace runs
US9772927B2 (en) 2013-11-13 2017-09-26 Microsoft Technology Licensing, Llc User interface for selecting tracing origins for aggregating classes of trace data
US20150269054A1 (en) * 2014-03-18 2015-09-24 Lsi Corporation Multiple Core Execution Trace Buffer
US10114912B1 (en) * 2014-03-26 2018-10-30 Cadence Design Systems, Inc. System and method for monitoring address traffic in an electronic design
US20150355991A1 (en) * 2014-06-08 2015-12-10 Mediatek Inc. Trace capture device with common structure and related trace capture method
US9424161B2 (en) * 2014-06-08 2016-08-23 Mediatek Inc. Trace capture device with common structure and related trace capture method
US10445204B2 (en) * 2015-09-25 2019-10-15 Intel Corporation Instruction and logic for interrupt and exception handling
US20170090925A1 (en) * 2015-09-25 2017-03-30 Richard B. O'connor Instruction and Logic for Interrupt and Exception Handling
US10896110B2 (en) * 2017-03-29 2021-01-19 Google Llc Distributed hardware tracing
US10324817B2 (en) * 2017-03-29 2019-06-18 Google Llc Distributed hardware tracing
US20190332509A1 (en) * 2017-03-29 2019-10-31 Google Llc Distributed hardware tracing
US20200065206A1 (en) * 2017-03-29 2020-02-27 Google Llc Distributed hardware tracing
US10365987B2 (en) 2017-03-29 2019-07-30 Google Llc Synchronous hardware event collection
US10990494B2 (en) * 2017-03-29 2021-04-27 Google Llc Distributed hardware tracing
US20210248052A1 (en) * 2017-03-29 2021-08-12 Google Llc Distributed hardware tracing
US11232012B2 (en) 2017-03-29 2022-01-25 Google Llc Synchronous hardware event collection
US11650895B2 (en) * 2017-03-29 2023-05-16 Google Llc Distributed hardware tracing
US11921611B2 (en) 2017-03-29 2024-03-05 Google Llc Synchronous hardware event collection
US10579505B1 (en) 2018-09-11 2020-03-03 International Business Machines Corporation Capturing task traces for multiple tasks
US11099970B2 (en) 2018-09-11 2021-08-24 International Business Machines Corporation Capturing task traces for multiple tasks
CN115114117A (en) * 2022-07-26 2022-09-27 南方科技大学 Data recording method and data recording device

Also Published As

Publication number Publication date
US20240103995A1 (en) 2024-03-28
US11874759B2 (en) 2024-01-16
WO2012021630A3 (en) 2012-08-09
WO2012021630A2 (en) 2012-02-16
US20150089301A1 (en) 2015-03-26
US10649878B2 (en) 2020-05-12
US20200233771A1 (en) 2020-07-23

Similar Documents

Publication Publication Date Title
US11874759B2 (en) Recording processor instruction execution cycle and non-cycle count trace events
US8307344B2 (en) Sliding granularity time stamping
US8190931B2 (en) Power management events profiling
US20110239196A1 (en) Micro-Task Pipeline Visualization
KR101365121B1 (en) Debug in a multicore architecture
KR101069120B1 (en) Apparatus and method for time ordering events in a system having multiple time domains
JP6490803B2 (en) System on chip (SoC) and low power debug architecture for systems
US9038076B2 (en) Debug in a multicore architecture
US7058855B2 (en) Emulation interface system
US9158720B2 (en) System and method for scalable trace unit timestamping
EP1614043B1 (en) Diagnostic data capture within an integrated circuit
KR20060067036A (en) Apparatus for developing and verificating system on chip of internet phone
CN111209160A (en) Power consumption abnormity analysis method and device, terminal equipment and readable storage medium
JP2002024201A (en) Semiconductor integrated circuit
US20230152374A1 (en) Automated test equipment and method using a trigger generation
CN111949538A (en) Data analysis method, equipment and system
US9229841B2 (en) Systems and methods for detecting errors and recording actions on a bus
US8880958B2 (en) Interleaved architecture tracing and microarchitecture tracing
US20070271046A1 (en) Scheme for improving bandwidth by identifying specific fixed pattern sequences as header encoding followed by the pattern count
JP2005222446A (en) On-board debugging apparatus and semiconductor circuit apparatus
CN111506467B (en) Signal processing method, electronic device, and computer-readable storage medium
CN115022442B (en) Audio fault time positioning method, electronic equipment and storage medium

Legal Events

Date Code Title Description
AS Assignment

Owner name: TEXAS INSTRUMENTS INCORPORATED, TEXAS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:TEXAS INSTRUMENTS FRANCE;LAURENTI, GILBERT;REEL/FRAME:024861/0138

Effective date: 20100816

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION