| /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/scripts/ |
| run_static_analysis.sh | 27 --enable-prof \ 28 --enable-prof-libunwind \
|
| gen_travis.py | 110 # flags. We also test with clang, -m32, --enable-debug, --enable-prof, 132 '--enable-prof', 268 linux_configure_flags.append(Option.as_configure_flag("--enable-prof --enable-prof-frameptr")) 284 [Option.as_configure_flag('--enable-prof')] + 311 Option.as_configure_flag('--enable-prof --enable-prof-libunwind'), 324 --disable-cache-oblivious --enable-stats --enable-log --enable-prof" \ 329 --enable-experimental-smallocx --enable-stats --enable-prof" \
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| mallctl.c | 272 TEST_MALLCTL_CONFIG(prof, bool); 340 TEST_MALLCTL_OPT(bool, prof, prof); 341 TEST_MALLCTL_OPT(const char *, prof_prefix, prof); 342 TEST_MALLCTL_OPT(bool, prof_active, prof); 343 TEST_MALLCTL_OPT(unsigned, prof_bt_max, prof); 344 TEST_MALLCTL_OPT(ssize_t, lg_prof_sample, prof); 345 TEST_MALLCTL_OPT(bool, prof_accum, prof); 346 TEST_MALLCTL_OPT(bool, prof_pid_namespace, prof); 347 TEST_MALLCTL_OPT(ssize_t, lg_prof_interval, prof); [all...] |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| mutex_prof.h | 12 OP(prof) \
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| mutex_prof.h | 12 OP(prof) \
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| mutex_prof.h | 13 OP(prof) \
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| mutex_prof.h | 13 OP(prof) \
|
| /src/external/bsd/jemalloc.old/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/sys/arch/news68k/dev/ |
| timer_hb.c | 127 timer_hb_initclocks(int prof, int stat)
|
| /src/external/bsd/jemalloc.old/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.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/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 | 127 ASVECTOR(mfp_timc) | 69: Timer C {stat,prof}clock
|
| /src/external/gpl3/gdb/dist/gdb/ |
| i386-syscalls.def | 68 SYSCALL (44, prof)
|