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

12345

/netbsd-current/external/cddl/osnet/dev/profile/
H A Dprofile.c304 profile_probe_t *prof = pcpu->profc_probe; local
330 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0);
340 profile_probe_t *prof = arg; local
359 dtrace_probe(prof->prof_id, pc, upc, 0, 0, 0);
361 prof->prof_expected += prof->prof_interval;
362 callout_schedule_sbt(&prof->prof_cyclic,
363 prof->prof_expected, 0, C_DIRECT_EXEC | C_ABSOLUTE);
373 profile_probe_t *prof = pcpu->profc_probe; local
380 dtrace_probe(prof
387 profile_probe_t *prof = arg; local
399 profile_probe_t *prof; local
564 profile_probe_t *prof = parg; local
583 profile_probe_t *prof = arg; local
613 profile_probe_t *prof = parg; local
646 profile_probe_t *prof = parg; local
658 profile_enable_omni(profile_probe_t *prof) argument
678 profile_disable_omni(profile_probe_t *prof) argument
700 profile_probe_t *prof = parg; local
717 profile_probe_t *prof = parg; local
[all...]
/netbsd-current/sys/kern/
H A Dsubr_prof.c520 #define PC_TO_INDEX(pc, prof) \
521 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
522 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
542 struct uprof *prof; local
550 prof = &p->p_stats->p_prof;
551 if (pc < prof->pr_off ||
552 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size)
558 prof->pr_addr = pc;
559 prof
572 struct uprof *prof; local
[all...]
/netbsd-current/external/bsd/jemalloc/lib/
H A DMakefile.inc28 prof.c \
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dmutex_prof.h11 OP(prof)
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h11 OP(prof)
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmallctl.c134 TEST_MALLCTL_CONFIG(prof, bool);
178 TEST_MALLCTL_OPT(bool, prof, prof);
179 TEST_MALLCTL_OPT(const char *, prof_prefix, prof);
180 TEST_MALLCTL_OPT(bool, prof_active, prof);
181 TEST_MALLCTL_OPT(ssize_t, lg_prof_sample, prof);
182 TEST_MALLCTL_OPT(bool, prof_accum, prof);
183 TEST_MALLCTL_OPT(ssize_t, lg_prof_interval, prof);
184 TEST_MALLCTL_OPT(bool, prof_gdump, prof);
185 TEST_MALLCTL_OPT(bool, prof_final, prof);
[all...]
/netbsd-current/sys/arch/news68k/dev/
H A Dtimer_hb.c127 timer_hb_initclocks(int prof, int stat) argument
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Decoffswap.h353 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
363 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
411 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
422 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
H A Decofflink.c2004 each procedure and set the "prof" bit in the PDR to indicate
2075 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2077 simply pretend that pdr.prof *implies* a lower entry-point.
2085 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2087 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2125 offset -= pdr.adr - 0x10 * pdr.prof;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Decoffswap.h353 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
363 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
411 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
422 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
H A Decofflink.c2064 each procedure and set the "prof" bit in the PDR to indicate
2134 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2136 simply pretend that pdr.prof *implies* a lower entry-point.
2142 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2144 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2191 offset -= pdr.adr - 0x10 * pdr.prof;
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Decoffswap.h353 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
363 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
411 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
422 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
H A Decofflink.c2064 each procedure and set the "prof" bit in the PDR to indicate
2134 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2136 simply pretend that pdr.prof *implies* a lower entry-point.
2142 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2144 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2191 offset -= pdr.adr - 0x10 * pdr.prof;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Decoffswap.h353 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
363 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
411 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
422 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
H A Decofflink.c2004 each procedure and set the "prof" bit in the PDR to indicate
2075 /* Find PDR that is closest to OFFSET. If pdr.prof is set,
2077 simply pretend that pdr.prof *implies* a lower entry-point.
2085 if (offset >= (pdr.adr - 0x10 * pdr.prof))
2087 dist = offset - (pdr.adr - 0x10 * pdr.prof);
2125 offset -= pdr.adr - 0x10 * pdr.prof;
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/statem/
H A Dextensions_clnt.c448 const SRTP_PROTECTION_PROFILE *prof = local
451 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) {
1706 SRTP_PROTECTION_PROFILE *prof; local
1737 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i);
1739 if (prof->id == id) {
1740 s->srtp_profile = prof;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/statem/
H A Dextensions_clnt.c452 const SRTP_PROTECTION_PROFILE *prof = local
455 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) {
1660 SRTP_PROTECTION_PROFILE *prof; local
1689 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i);
1691 if (prof->id == id) {
1692 s->srtp_profile = prof;
/netbsd-current/lib/libc/stdlib/
H A DMakefile.inc141 LINTFLAGS.prof.c += -X 86,117,161,181,191,193,207,217,226,236
/netbsd-current/sys/arch/atari/atari/
H A Dvectors.s137 ASVECTOR(mfp_timc) | 69: Timer C {stat,prof}clock
/netbsd-current/external/bsd/jemalloc/dist/bin/
H A Djeprof.in248 jeprof /bin/ls ls.prof
250 jeprof --text /bin/ls ls.prof
252 jeprof --web /bin/ls ls.prof
254 jeprof --gv /bin/ls ls.prof
256 jeprof --gv --focus=Mutex /bin/ls ls.prof
258 jeprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof
260 jeprof --list=getdir /bin/ls ls.prof
262 jeprof --disasm=getdir /bin/ls ls.prof
/netbsd-current/external/bsd/jemalloc/dist/
H A Dconfigure1429 --enable-prof Enable allocation profiling
1430 --enable-prof-libunwind Use libunwind for backtracing
1431 --disable-prof-libgcc Do not use libgcc for backtracing
1432 --disable-prof-gcc Do not use gcc intrinsics for backtracing
9377 # Check whether --enable-prof was given.
9396 # Check whether --enable-prof-libunwind was given.
9507 # Check whether --enable-prof-libgcc was given.
9596 # Check whether --enable-prof-gcc was given.
13697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: prof : ${enable_prof}" >&5
13698 $as_echo "prof
[all...]

Completed in 531 milliseconds

12345