Home
last modified time | relevance | path

Searched refs:map_pckt_to_Jthread (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DIndexObject.cc94 JThread *jthread = ctx->exp->map_pckt_to_Jthread (thrid, tstamp); in printThread()
H A DExperiment.h369 JThread *map_pckt_to_Jthread (uint32_t tid, hrtime_t tstamp);
H A DCallStack.cc442 JThread *jthread = experiment->map_pckt_to_Jthread (thrid, tstamp); in add_stack_java_epilogue()
H A DExpression.cc537 JThread *jthread = ctx->exp->map_pckt_to_Jthread (thrid, tstamp); in getVal()
H A DExperiment.cc6272 Experiment::map_pckt_to_Jthread (uint32_t tid, hrtime_t tstamp) in map_pckt_to_Jthread() function in Experiment