Home
last modified time | relevance | path

Searched refs:abst_type (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCallStack.cc154 Vaddr &eventEA, int abst_type);
582 int abst_type; in add_stack() local
585 abst_type = ABST_NOPC; in add_stack()
587 abst_type = experiment->coll_params.hw_tpc[tag]; in add_stack()
591 if (abst_type == ABST_EXACT_PEBS_PLUS1 && candPC->addr != 0) in add_stack()
594 cur_instr = adjustEvent (cur_instr, candPC, tmp_vaddr, abst_type); in add_stack()
915 int abst_type) in adjustEvent() argument
920 if (abst_type == ABST_EXACT_PEBS_PLUS1) in adjustEvent()
922 else if (abst_type == ABST_EXACT) in adjustEvent()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCallStack.cc154 Vaddr &eventEA, int abst_type);
582 int abst_type; in add_stack() local
585 abst_type = ABST_NOPC; in add_stack()
587 abst_type = experiment->coll_params.hw_tpc[tag]; in add_stack()
591 if (abst_type == ABST_EXACT_PEBS_PLUS1 && candPC->addr != 0) in add_stack()
594 cur_instr = adjustEvent (cur_instr, candPC, tmp_vaddr, abst_type); in add_stack()
915 int abst_type) in adjustEvent() argument
920 if (abst_type == ABST_EXACT_PEBS_PLUS1) in adjustEvent()
922 else if (abst_type == ABST_EXACT) in adjustEvent()