Searched defs:pc_l (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c223 char *pc_l; /* From head.lpc. */ variable
352 /* i(pc) = ((pc - pc_l) * sf)/bias. */
358 unsigned pc_m; /* Range of PCs profiled: pc_m = pc_h - pc_l */
556 * computed from the low (pc_l) and high (pc_h) addresses, gotten
561 * (pc - pc_l) * sf
567 * i(pc_l + K * s_inv + d) = K, for 0 <= d < s_inv
585 pc_l = head.lpc; /* Low PC of range that was profiled. */
587 pc_m = pc_h - pc_l; /* Range of profiled addresses. */
593 pc_l, pc_h, pc_m, pc_m, head.nfns, n_cc, n_pc));
761 * by pc_l an
[all...]

Completed in 68 milliseconds