HomeSort by: relevance | last modified time | path
    Searched refs:utrace (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_preamble.h 10 # define UTRACE_CALL(p, l) utrace(p, l)
12 # define UTRACE_CALL(p, l) utrace("jemalloc_process", p, l)
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_preamble.h 10 # define UTRACE_CALL(p, l) utrace(p, l)
12 # define UTRACE_CALL(p, l) utrace("jemalloc_process", p, l)
  /src/lib/libc/sys/
Makefile.inc 163 utimensat.S utrace.S uuidgen.S
298 unlink.2 utimes.2 utrace.2 uuidgen.2 vfork.2 wait.2 write.2
  /src/sys/sys/
ktrace.h 309 int utrace(const char *, void *, size_t);
  /src/lib/libc/stdlib/
malloc.c 72 void utrace(struct ut *, int);
91 int utrace(const char *, void *, size_t);
269 /* utrace ? */
274 #define UTRACE(a, b, c) \
278 utrace(UTRACE_LABEL (void *) &u, sizeof u); \
281 #define UTRACE(a,b,c)
520 UTRACE(0, 0, 0);
1195 UTRACE(ptr, size, r);
jemalloc.c 810 #define UTRACE(a, b, c) \
811 if (OPT(utrace)) { \
816 utrace("malloc", &ut, sizeof(ut)); \
3153 _malloc_message(OPT(utrace) ? "PU" : "Pu",
3497 UTRACE(0, 0, 0);
3609 UTRACE(0, size, ret);
3663 UTRACE(0, size, result);
3713 UTRACE(0, num_size, ret);
3765 UTRACE(ptr, size, ret);
3773 UTRACE(ptr, 0, 0)
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
mallctl.c 259 TEST_MALLCTL_CONFIG(utrace, bool);
307 TEST_MALLCTL_OPT(bool, utrace, utrace);
  /src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c 259 TEST_MALLCTL_CONFIG(utrace, bool);
307 TEST_MALLCTL_OPT(bool, utrace, utrace);
  /src/external/bsd/jemalloc/dist/
configure 1458 --enable-utrace Enable utrace(2)-based tracing
11411 # Check whether --enable-utrace was given.
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utrace(2) is compilable" >&5
11426 $as_echo_n "checking whether utrace(2) is compilable... " >&6; }
11443 utrace((void *)0, 0);
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utrace(2) with label is compilable" >&5
11463 $as_echo_n "checking whether utrace(2) with label is compilable... " >&6; }
11480 utrace((void *)0, (void *)0, 0);
15807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: utrace : ${enable_utrace}" >&
    [all...]
  /src/external/bsd/jemalloc.old/dist/
configure 1458 --enable-utrace Enable utrace(2)-based tracing
11411 # Check whether --enable-utrace was given.
11425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utrace(2) is compilable" >&5
11426 $as_echo_n "checking whether utrace(2) is compilable... " >&6; }
11443 utrace((void *)0, 0);
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether utrace(2) with label is compilable" >&5
11463 $as_echo_n "checking whether utrace(2) with label is compilable... " >&6; }
11480 utrace((void *)0, (void *)0, 0);
15807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: utrace : ${enable_utrace}" >&
    [all...]
  /src/external/bsd/jemalloc/dist/src/
stats.c 1415 CONFIG_WRITE_BOOL(utrace);
1508 OPT_WRITE_BOOL("utrace")
  /src/external/bsd/jemalloc.old/dist/src/
stats.c 1415 CONFIG_WRITE_BOOL(utrace);
1508 OPT_WRITE_BOOL("utrace")
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 3484 __weak_alias(utrace,rump___sysimpl_utrace);
7917 }, /* 306 = utrace */

Completed in 47 milliseconds