Searched refs:prof (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dprofile_prvd.c198 profile_probe_t *prof = pcpu->profc_probe; local
205 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc,
214 dtrace_probe(prof->prof_id, 0x0, sv->save_srr0, late, 0, 0);
216 dtrace_probe(prof->prof_id, sv->save_srr0, 0x0, late, 0, 0);
219 dtrace_probe(prof->prof_id, 0xcafebabe,
229 dtrace_probe(prof->prof_id, kern_regs->eip, 0x0, 0, 0, 0);
236 dtrace_probe(prof->prof_id, 0xcafebabe,
241 dtrace_probe(prof->prof_id, 0x0, regs->isf.rip, 0, 0, 0);
245 dtrace_probe(prof->prof_id, 0x0, regs->eip, 0, 0, 0);
258 profile_probe_t *prof local
314 profile_probe_t *prof; local
485 profile_probe_t *prof = parg; local
505 profile_probe_t *prof = arg; local
546 profile_probe_t *prof = parg; local
591 profile_probe_t *prof = parg; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prof.c494 #define PC_TO_INDEX(pc, prof) \
495 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
496 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
523 struct user_uprof *prof; local
526 for (prof = &p->p_stats->user_p_prof; prof; prof = prof->pr_next) {
527 off = PC_TO_INDEX(pc, prof);
528 cell = (prof
543 struct uprof *prof; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A DMakefile.template25 PROF_FILES = prof_user.c prof.h
107 ${PROF_FILES}: mach/prof.defs
109 -header prof.h \
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-md.h77 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
80 * Add gprof/prof overflow support
113 * Split # records to # gprof and # prof records.
278 struct prof_ext prof; /* external prof struct */ member in struct:prof_int
279 prof_uptrint_t overflow; /* # times prof counter overflowed */
311 struct prof_int prof; /* -p stats for elf */ member in struct:gfuncs
345 prof_cnt_t prof_overflow; /* # times a prof count field overflowed */
H A Dprofile-md.c73 * Further changes for gprof/prof overflow support.
74 * Add overflow support for {gprof,prof,old,dummy}_mcount counters.
77 * Add gprof/prof overflow support
158 * Make _prof_write write out the prof stats gprof collects.
699 * Machine dependent function to write out prof records.
726 prof_st = pptr->prof;
745 /* Now write out the prof information that gprof collects */
757 prof_st = gptr->prof.prof;
758 nrecs = 1 + (gptr->prof
[all...]

Completed in 131 milliseconds