DATA)Call site infos
callsite::={"caller":decl,"callee":decl,"stmt":marker,"rank":number}
DATA)Callstack infos
callstackInfo::={"thread":string ,"entryPoint":decl,"stack":callsite[],"analyzed":boolean}
DATA)Callstack identifier
callstack::=#callstack
GET)Callstack Description
input
::=callstack
output
::=callstackInfo
signals
plugins.eva.signals.computationStateGET)Returns the list of all callstacks analyzed
input
::=null
output
::=callstack[]
signals
plugins.eva.signals.computationStateGET)Returns the list of all callstacks analyzed for a given function
input
::=decl
output
::=callstack[]
signals
plugins.eva.signals.computationStateGET)Return the list of analyzed callstacks for the selected markers, filtered by the selected callstacks.
input
::=marker[]
output
::=callstack[]
signals
plugins.eva.signals.computationStateSTATE)List of the currently selected callstacks, if any
SIGNAL)Signal for state currentCallstacks
GET)Getter for state currentCallstacks
input
::=null
output
::=callstack[]
SET)Setter for state currentCallstacks
input
::=callstack[]
output
::=null