Searched refs:mcount (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-current/lib/libc/gmon/
H A DMakefile.inc5 SRCS+= gmon.c mcount.c
13 # mcount cannot be compiled with profiling
14 mcount.po: mcount.o
15 cp mcount.o mcount.po
/freebsd-current/sys/i386/include/
H A Dprofile.h45 mcount() \
57 * Find the return address for mcount, \
58 * and the return address for mcount's caller. \
60 * selfpc = pc pushed by call to mcount \
64 * frompc = pc pushed by call to mcount's caller. \
84 void mcount(void) __asm(".mcount");
H A Dasm.h83 call PIC_PLT(HIDENAME(mcount)); \
93 call PIC_PLT(HIDENAME(mcount)); \
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c102 uint16_t mcount; local
108 mcount = section->mcount + 1;
109 if (!mcount) {
114 section->mcount = mcount;
133 uint16_t mcount; local
145 mcount = section->mcount;
146 if (mcount)
[all...]
H A Dptunit-msec_cache.c68 uint16_t ucount, mcount; local
77 mcount = section->mcount + 1;
78 if (!mcount)
81 section->mcount = mcount;
87 uint16_t ucount, mcount; local
96 mcount = section->mcount;
97 if (!mcount)
[all...]
H A Dptunit-image_section_cache.c62 int mcount; member in struct:pt_section
370 int errcode, mcount; local
379 mcount = ++section->mcount;
385 if (mcount <= 0)
393 int errcode, mcount; local
403 mcount = --section->mcount;
409 if (mcount < 0)
489 *size = section->mcount
[all...]
H A Dptunit-image.c281 uint16_t mcount; local
286 mcount = section->mcount;
287 if (!mcount)
293 mcount = --section->mcount;
294 if (!mcount)
338 uint16_t mcount; local
343 mcount = section->mcount
[all...]
/freebsd-current/sys/riscv/include/
H A Dprofile.h44 #define _MCOUNT_DECL void mcount
64 void mcount(uintfptr_t frompc, uintfptr_t selfpc);
70 #define _MCOUNT_DECL void mcount
/freebsd-current/sys/amd64/include/
H A Dprofile.h52 .globl .mcount \n\
53 .type .mcount,@function \n\
54 .mcount: \n\
73 .size .mcount, . - .mcount");
83 mcount() \
87 * Find the return address for mcount, \
88 * and the return address for mcount's caller. \
90 * selfpc = pc pushed by call to mcount \
94 * frompc = pc pushed by call to mcount'
[all...]
H A Dasm.h73 call PIC_PLT(HIDENAME(mcount)); \
83 call PIC_PLT(HIDENAME(mcount)); \
/freebsd-current/sys/arm64/include/
H A Dprofile.h55 * Call into _mcount. On arm64 the .mcount is a function so callers will
67 " .type .mcount,#function \n" \
68 " .globl .mcount \n" \
69 " .mcount: \n" \
79 " .size .mcount, . - .mcount \n" \
88 mcount(uintfptr_t frompc)
/freebsd-current/sys/arm/include/
H A Dprofile.h45 #define _MCOUNT_DECL void mcount
50 * Cannot implement mcount in C as GCC will trash the ip register when it
66 * Preserve registers that are trashed during mcount \
70 * find the return address for mcount, \
71 * and the return address for mcount's caller. \
77 * selfpc = pc pushed by mcount call \
81 * Call the real mcount code \
83 __asm__("bl mcount"); \
85 * Restore registers that were trashed during mcount \
115 void mcount(uintfptr_
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_section.c204 uint16_t ucount, mcount; local
214 mcount = section->mcount;
225 if (!ucount || mcount)
398 if (section->mcount)
454 if (!section->mcount)
564 uint16_t mcount; local
574 mcount = section->mcount;
575 if (!mcount) {
593 uint16_t mcount; local
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c197 uint16_t mcount; local
203 mcount = section->mcount + 1;
204 if (!mcount) {
209 section->mcount = mcount;
245 if (section->mcount)
/freebsd-current/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c164 uint16_t mcount; local
170 mcount = section->mcount + 1;
171 if (!mcount) {
176 section->mcount = mcount;
211 if (section->mcount)
/freebsd-current/contrib/less/
H A Dpattern.c367 int mcount = pcre_exec(pattern, NULL, line, line_len, local
369 matched = (mcount > 0);
371 if (ecount > mcount) ecount = mcount;
390 int mcount = pcre2_match(pattern, (PCRE2_SPTR)line, line_len, local
392 matched = (mcount > 0);
398 if (ecount > mcount) ecount = mcount;
/freebsd-current/contrib/ncurses/progs/
H A Dcapconvert169 mcount=`echo $master | wc -l`
170 case $mcount in
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h149 uint16_t mcount; member in struct:pt_section
369 * Returns -pte_internal if @section->mcount is zero.
/freebsd-current/usr.bin/grep/
H A Dgrep.h123 extern long long mcount;
H A Dgrep.c96 long long mcount; /* count for -m */ variable
503 mlimit = mcount = strtoll(optarg, &ep, 10);
504 if (((errno == ERANGE) && (mcount == LLONG_MAX)) ||
505 ((errno == EINVAL) && (mcount == 0)))
H A Dutil.c252 if (mflag && mcount <= 0) {
273 mcount -= 1;
274 if (mcount <= 0)
336 mcount = mlimit;
367 if (mflag && mcount <= 0) {
/freebsd-current/crypto/openssl/crypto/
H A Dmem.c85 void CRYPTO_get_alloc_counts(int *mcount, int *rcount, int *fcount) argument
87 if (mcount != NULL)
88 *mcount = LOAD(malloc_count);
/freebsd-current/usr.bin/mail/
H A Dquit.c65 int mcount, p, modify, autohold, anystat, holdbit, nohold; local
194 mcount = c;
278 if (mcount == 1)
281 printf("Saved %d messages in mbox\n", mcount);
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.h155 #define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \
160 (ifq)->ifq_len += (mcount); \
162 #define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \
164 _IF_PREPEND_LIST(ifq, mhead, mtail, mcount); \
/freebsd-current/lib/libc/
H A DMakefile179 KSRCS= bcmp.c ffs.c ffsl.c fls.c flsl.c mcount.c strcat.c strchr.c \

Completed in 152 milliseconds

12