Home
last modified time | relevance | path

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

/elf/
A Ddl-profile.c133 uintptr_t self_pc; member
451 to_index = (data[idx].self_pc / (HASHFRACTION * sizeof (*tos))); in _dl_start_profile()
549 to_index = (data[narcs].self_pc in _dl_mcount()
573 data[newarc].self_pc = selfpc; in _dl_mcount()
A Dsprof.c135 uintptr_t self_pc; member
941 to_index = (data[idx].self_pc / (shobj->hashfraction * sizeof (*tos))); in load_profdata()
1022 uintptr_t here = data[cnt].self_pc; in count_calls()
1193 size_t sym_idx = find_symbol (data[cnt].self_pc); in add_arcs()
1238 || data[cnt].self_pc < sortsym[runp->idx]->addr in add_arcs()
1239 || data[cnt].self_pc >= (sortsym[runp->idx]->addr in add_arcs()
1249 newp->idx = find_symbol (data[cnt].self_pc); in add_arcs()

Completed in 21 milliseconds