HomeSort by relevance Sort by last modified time
    Searched refs:arc_count (Results 1 - 2 of 2) sorted by null

  /external/oprofile/libpp/
callgraph_container.h 46 * @param arc_count profile data for the arcs
53 count_array_t const & arc_count);
callgraph_container.cpp 288 count_array_t const & arc_count)
295 data.callees[*callee] += arc_count;
299 callee_data.callers[caller] += arc_count;
561 count_array_t arc_count; local
562 arc_count[pclass] =
565 recorder.add(caller.sym, &callee.sym, arc_count);

Completed in 26 milliseconds