| /src/external/cddl/osnet/dev/profile/ |
| profile.c | 304 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->prof_id, c->cpu_profile_pc 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 700 profile_probe_t *prof = parg; local 717 profile_probe_t *prof = parg; local [all...] |
| /src/sys/kern/ |
| subr_prof.c | 522 #define PC_TO_INDEX(pc, prof) \ 523 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \ 524 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1) 544 struct uprof *prof; local 552 prof = &p->p_stats->p_prof; 553 if (pc < prof->pr_off || 554 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size) 560 prof->pr_addr = pc; 561 prof->pr_ticks++ 574 struct uprof *prof; local [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| mutex_prof.h | 12 OP(prof) \
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| mutex_prof.h | 12 OP(prof) \
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| mutex_prof.h | 11 OP(prof)
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| mutex_prof.h | 11 OP(prof)
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| mallctl.c | 255 TEST_MALLCTL_CONFIG(prof, bool); 314 TEST_MALLCTL_OPT(bool, prof, prof); 315 TEST_MALLCTL_OPT(const char *, prof_prefix, prof); 316 TEST_MALLCTL_OPT(bool, prof_active, prof); 317 TEST_MALLCTL_OPT(ssize_t, lg_prof_sample, prof); 318 TEST_MALLCTL_OPT(bool, prof_accum, prof); 319 TEST_MALLCTL_OPT(ssize_t, lg_prof_interval, prof); 320 TEST_MALLCTL_OPT(bool, prof_gdump, prof); 321 TEST_MALLCTL_OPT(bool, prof_final, prof); [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| mallctl.c | 134 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...] |
| /src/sys/arch/news68k/dev/ |
| timer_hb.c | 127 timer_hb_initclocks(int prof, int stat)
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_travis.py | 101 # flags. We also test with clang, -m32, --enable-debug, --enable-prof, 123 '--enable-prof', 262 [Option.as_configure_flag('--enable-prof')] + 286 Option.as_configure_flag('--enable-prof --enable-prof-libunwind'), 299 --disable-cache-oblivious --enable-stats --enable-log --enable-prof" \ 304 --enable-experimental-smallocx --enable-stats --enable-prof" \
|
| /src/external/gpl3/binutils/dist/include/coff/ |
| sym.h | 175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
|
| /src/external/gpl3/binutils.old/dist/include/coff/ |
| sym.h | 175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
|
| /src/external/gpl3/gdb/dist/include/coff/ |
| sym.h | 175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
|
| /src/external/gpl3/gdb.old/dist/include/coff/ |
| sym.h | 175 unsigned prof : 1; /* true if compiled with -pg */ member in struct:pdr
|
| /src/external/gpl3/binutils/dist/bfd/ |
| ecoffswap.h | 353 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)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ecoffswap.h | 353 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)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| ecoffswap.h | 353 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)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| ecoffswap.h | 353 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)
|
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| extensions_clnt.c | 497 const SRTP_PROTECTION_PROFILE *prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); local 499 if (prof == NULL || !WPACKET_put_bytes_u16(pkt, prof->id)) { 1765 SRTP_PROTECTION_PROFILE *prof; local 1794 prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i); 1796 if (prof->id == id) { 1797 s->srtp_profile = prof;
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| extensions_clnt.c | 452 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;
|
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| extensions_clnt.c | 448 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;
|
| /src/sys/arch/atari/atari/ |
| vectors.s | 137 ASVECTOR(mfp_timc) | 69: Timer C {stat,prof}clock
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-syscalls.def | 68 SYSCALL (44, prof)
|
| /src/external/bsd/jemalloc/dist/bin/ |
| jeprof.in | 251 jeprof /bin/ls ls.prof 253 jeprof --text /bin/ls ls.prof 255 jeprof --web /bin/ls ls.prof 257 jeprof --gv /bin/ls ls.prof 259 jeprof --gv --focus=Mutex /bin/ls ls.prof 261 jeprof --gv --focus=Mutex --ignore=string /bin/ls ls.prof 263 jeprof --list=getdir /bin/ls ls.prof 265 jeprof --disasm=getdir /bin/ls ls.prof
|
| /src/external/bsd/jemalloc.old/dist/bin/ |
| jeprof.in | 248 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
|