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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dprofile_prvd.c191 profile_probe_t *prof = pcpu->profc_probe; local
198 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc,
207 dtrace_probe(prof->prof_id, saved_state32(kern_regs)->eip, 0x0, 0, 0, 0);
209 dtrace_probe(prof->prof_id, saved_state64(kern_regs)->isf.rip, 0x0, 0, 0, 0);
220 dtrace_probe(prof->prof_id, 0xcafebabe,
225 dtrace_probe(prof->prof_id, 0x0, regs->isf.rip, 0, 0, 0);
229 dtrace_probe(prof->prof_id, 0x0, regs->eip, 0, 0, 0);
241 profile_probe_t *prof = arg; local
244 dtrace_probe(prof->prof_id, CPU->cpu_profile_pc,
253 dtrace_probe(prof
287 profile_probe_t *prof; local
505 profile_probe_t *prof = parg; local
526 profile_probe_t *prof = arg; local
570 profile_probe_t *prof = parg; local
616 profile_probe_t *prof = parg; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c218 SYSCTL_PROC(_kern, KERN_PROF, prof, STLFLAG_NODE|CTLFLAG_RW | CTLFLAG_LOCKED,
352 #define PC_TO_INDEX(pc, prof) \
353 ((user_addr_t)(((u_quad_t)((pc) - (prof)->pr_off) * \
354 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
381 struct user_uprof *prof; local
384 for (prof = &p->p_stats->user_p_prof; prof; prof = prof->pr_next) {
385 off = PC_TO_INDEX(pc, prof);
401 struct uprof *prof; local
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dprof.defs116 prof 2450; /* exc.defs from 2400 - 2449 */
/darwin-on-arm/xnu/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.
297 struct prof_ext prof; /* external prof struct */ member in struct:prof_int
298 prof_uptrint_t overflow; /* # times prof counter overflowed */
330 struct prof_int prof; /* -p stats for elf */ member in struct:gfuncs
364 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.
693 * Machine dependent function to write out prof records.
720 prof_st = pptr->prof;
739 /* Now write out the prof information that gprof collects */
751 prof_st = gptr->prof.prof;
752 nrecs = 1 + (gptr->prof
[all...]

Completed in 35 milliseconds