Home
last modified time | relevance | path

Searched refs:prof (Results 1 – 25 of 64) sorted by relevance

123

/openbsd-src/sys/kern/
H A Dsubr_prof.c331 #define PC_TO_INDEX(pc, prof) \ argument
332 ((int)(((u_quad_t)((pc) - (prof)->pr_off) * \
333 (u_quad_t)((prof)->pr_scale)) >> 16) & ~1)
345 struct uprof *prof; in addupc_intr() local
347 prof = &p->p_p->ps_prof; in addupc_intr()
348 if (pc < prof->pr_off || PC_TO_INDEX(pc, prof) >= prof->pr_size) in addupc_intr()
366 struct uprof *prof; in addupc_task() local
375 prof = &pr->ps_prof; in addupc_task()
376 if (pc < prof->pr_off || in addupc_task()
377 (i = PC_TO_INDEX(pc, prof)) >= prof->pr_size) in addupc_task()
[all …]
/openbsd-src/regress/sys/kern/itimer/
H A DMakefile12 prof: itimer target
15 REGRESS_TARGETS=real virtual prof
/openbsd-src/usr.bin/indent/
H A Dargs.c166 static char prof[] = ".indent.pro"; in set_profile() local
170 if (snprintf(fname, sizeof fname, "%s/%s", home, prof) >= sizeof fname) { in set_profile()
171 warnc(ENAMETOOLONG, "%s/%s", home, prof); in set_profile()
179 if ((f = fopen(option_source = prof, "r")) != NULL) { in set_profile()
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DTODO2 - add support for prof file format so that prof files can be displayed
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DTODO2 - add support for prof file format so that prof files can be displayed
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFixedMetadataKinds.def15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
/openbsd-src/usr.bin/file/magdir/
H A Dvaried.out28 0 string gmon GNU prof performance data
H A Dclipper65 4 string prof CLIPPER instruction profile
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Decoffswap.h352 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG); in ecoff_swap_pdr_in()
362 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE); in ecoff_swap_pdr_in()
410 | (intern->prof ? PDR_BITS1_PROF_BIG : 0) in ecoff_swap_pdr_out()
421 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0) in ecoff_swap_pdr_out()
/openbsd-src/regress/lib/libssl/tlsext/
H A Dtlsexttest.c2810 SRTP_PROTECTION_PROFILE *prof; in test_tlsext_srtp_client()
2898 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) { in test_tlsext_srtp_client()
2902 if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) { in test_tlsext_srtp_client()
2966 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) { in test_tlsext_srtp_client()
2970 if (strcmp(prof->name, tlsext_srtp_aes128cmsha80) != 0) { in test_tlsext_srtp_client()
2997 if ((prof = SSL_get_selected_srtp_profile(ssl)) == NULL) { in test_tlsext_srtp_client()
3001 if (strcmp(prof->name, tlsext_srtp_aes128cmsha32) != 0) { in test_tlsext_srtp_client()
3050 const SRTP_PROTECTION_PROFILE *prof; in test_tlsext_srtp_server()
3082 if (srtp_find_profile_by_name(tlsext_srtp_aes128cmsha80, &prof, in test_tlsext_srtp_server()
3087 ssl->srtp_profile = prof; in test_tlsext_srtp_server()
2812 SRTP_PROTECTION_PROFILE *prof; test_tlsext_srtp_client() local
3052 const SRTP_PROTECTION_PROFILE *prof; test_tlsext_srtp_server() local
[all...]
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dsym.h175 unsigned prof : 1; /* true if compiled with -pg */ member
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Decoffswap.h369 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_BIG);
379 intern->prof = 0 != (ext->p_bits1[0] & PDR_BITS1_PROF_LITTLE);
430 | (intern->prof ? PDR_BITS1_PROF_BIG : 0)
441 | (intern->prof ? PDR_BITS1_PROF_LITTLE : 0)
/openbsd-src/lib/libssl/
H A Dssl_tlsext.c1250 const SRTP_PROTECTION_PROFILE *prof; in tlsext_srtp_client_build() local
1266 if ((prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i)) == NULL) in tlsext_srtp_client_build()
1268 if (!CBB_add_u16(&profiles, prof->id)) in tlsext_srtp_client_build()
1390 const SRTP_PROTECTION_PROFILE *prof; in tlsext_srtp_client_process() local
1417 if ((prof = sk_SRTP_PROTECTION_PROFILE_value(clnt, i)) in tlsext_srtp_client_process()
1423 if (prof->id == id) { in tlsext_srtp_client_process()
1424 s->srtp_profile = prof; in tlsext_srtp_client_process()
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-profdata.rst142 .. option:: --prof-sym-list=<path>
177 .. option:: --instr-prof-cold-threshold=<int>
317 .. option:: --show-prof-sym-list=[true|false]
/openbsd-src/gnu/llvm/llvm/docs/
H A DHowToBuildWithPGO.rst141 -output=/path/to/output/profdata.prof path/to/stage2/profiles/*.profraw``.
146 - ``-DLLVM_PROFDATA_FILE=/path/to/output/profdata.prof`` - Use the PGO
H A DBlockFrequencyTerminology.rst37 br i1 %cond, label %B, label %C, !prof !0
/openbsd-src/gnu/llvm/clang/
H A DCMakeLists.txt870 --instrumentation-file=${CMAKE_CURRENT_BINARY_DIR}/prof.fdata
924 DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/prof.fdata
926 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/prof.fdata
931 $<TARGET_FILE:merge-fdata> ${CMAKE_CURRENT_BINARY_DIR}/prof.fdata
945 -data ${CMAKE_CURRENT_BINARY_DIR}/prof.fdata
/openbsd-src/gnu/usr.bin/cc/cc_int/
H A DMakefile55 print-rtl.o print-tree.o profile.o value-prof.o var-tracking.o \
/openbsd-src/gnu/usr.bin/binutils/gprof/po/
H A Dsv.po438 msgid "%s: sorry, file format `prof' is not yet supported\n"
439 msgstr "%s: tyv�rr, filformatet \"prof\" st�ds inte �n\n"
H A Dda.po436 msgid "%s: sorry, file format `prof' is not yet supported\n"
437 msgstr "%s: desv�rre, filformatet \"prof\" underst�ttes ikke endnu\n"
H A Did.po434 msgid "%s: sorry, file format `prof' is not yet supported\n"
435 msgstr "%s: maaf, format file `prof' belum didukung\n"
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/
H A Dda.po436 msgid "%s: sorry, file format `prof' is not yet supported\n"
437 msgstr "%s: desv�rre, filformatet \"prof\" underst�ttes ikke endnu\n"
H A Did.po434 msgid "%s: sorry, file format `prof' is not yet supported\n"
435 msgstr "%s: maaf, format file `prof' belum didukung\n"
H A Dpt_BR.po438 msgid "%s: sorry, file format `prof' is not yet supported\n"
439 msgstr "%s: perd�o, o formato de arquivo `prof' ainda n�o � suportado\n"

123