#include "traceevent.h"#include "pearlymlnode.h"#include "tracechannel.h"#include "mappingobj.h"#include "global.h"#include <BasicUtils/BasicDebugger.h>#include <stdlib.h>#include <iostream>Include dependency graph for traceevent.cpp:

Defines | |
| #define | __func__ "unknown" |
| #define | ASSERT(x) |
Functions | |
| int | initTraceTable (int numJobs) |
| PearlYMLNode * | getCurrentNode () |
| TraceChannel * | getCurrentChannel () |
| int | jobId () |
| int | nextTrace () |
| int | traceType () |
| int | traceSize () |
| int | tracePort () |
| int | traceCommID () |
| int | virtualChannelID () |
| int | traceInstruction () |
| int | getJobId (int job) |
| void | stackTrace () |
Variables | |
| int | trace_table_size = 0 |
| trace_event_t * | trace_table = 0 |
|
|
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6