OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:profiling
(Results
1 - 25
of
39
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/libgcc/config/sol2/
gmon.c
78
static int
profiling
= 3;
variable
92
#define MSG "No space for
profiling
buffer(s)\n"
170
/* If PROFDIR contains a null value, no
profiling
output is produced. */
342
/* Check that we are
profiling
and that we aren't recursively invoked. */
343
if (
profiling
) {
346
profiling
++;
409
profiling
--;
416
/* Halt further
profiling
. */
417
profiling
++;
424
/* Control
profiling
. Profiling is what mcount checks to see if all th
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
gmon.c
78
static int
profiling
= 3;
variable
92
#define MSG "No space for
profiling
buffer(s)\n"
170
/* If PROFDIR contains a null value, no
profiling
output is produced. */
342
/* Check that we are
profiling
and that we aren't recursively invoked. */
343
if (
profiling
) {
346
profiling
++;
409
profiling
--;
416
/* Halt further
profiling
. */
417
profiling
++;
424
/* Control
profiling
. Profiling is what mcount checks to see if all th
[
all
...]
/src/usr.bin/gprof/PSD.doc/
Makefile
6
SRCS= header.me abstract.me intro.me
profiling
.me gathering.me \
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-profiling-m64/
Makefile
6
LIB= libclang_rt.xray-
profiling
-x86_64
/src/external/gpl3/gcc.old/lib/libgomp/
defs.mk
5
G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c scope.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c allocator.c oacc-
profiling
.c oacc-target.c
/src/external/gpl3/gcc/lib/libgomp/
defs.mk
5
G_libgomp_la_SOURCES=alloc.c atomic.c barrier.c critical.c env.c error.c icv.c icv-device.c iter.c iter_ull.c loop.c loop_ull.c ordered.c parallel.c scope.c sections.c single.c task.c team.c work.c lock.c mutex.c proc.c sem.c bar.c ptrlock.c time.c fortran.c affinity.c target.c splay-tree.c libgomp-plugin.c oacc-parallel.c oacc-host.c oacc-init.c oacc-mem.c oacc-async.c oacc-plugin.c oacc-cuda.c priority_queue.c affinity-fmt.c teams.c allocator.c oacc-
profiling
.c oacc-target.c target-indirect.c
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/
Makefile
27
SUBDIR+= xray-
profiling
-m64
/src/sys/arch/x68k/x68k/
clock.c
217
* Note that timer 3 is also used for the high precision
profiling
timer
232
int profprocs = 0; /* # of procs using
profiling
timer */
245
* Kernel
profiling
enabled, give up.
247
if (
profiling
)
251
* If any user processes are
profiling
, give up.
370
* the clock chip for
profiling
, instead of the regular system timer.
371
* The advantage of this is that the
profiling
timer can be turned up to
377
* into/out of a process that is
profiling
(startprofclock/stopprofclock).
378
* This reduces the impact of the
profiling
clock on other users, and might
379
* possibly increase the accuracy of the
profiling
[
all
...]
/src/sys/arch/amiga/dev/
clock.c
387
* Note that timer 3 is also used for the high precision
profiling
timer
402
int profprocs = 0; /* # of procs using
profiling
timer */
415
* Kernel
profiling
enabled, give up.
417
if (
profiling
)
421
* If any user processes are
profiling
, give up.
541
* the clock chip for
profiling
, instead of the regular system timer.
542
* The advantage of this is that the
profiling
timer can be turned up to
548
* into/out of a process that is
profiling
(startprofclock/stopprofclock).
549
* This reduces the impact of the
profiling
clock on other users, and might
550
* possibly increase the accuracy of the
profiling
[
all
...]
/src/sys/arch/mac68k/mac68k/
clock.c
235
* the
profiling
clock. Following the HP300's lead, this reduces
236
* the impact on other tasks, since locore turns off the
profiling
clock
237
* on context switches. If need be, the
profiling
clock's resolution can
245
char profon = 0; /* Is
profiling
clock on? */
292
* profclock() is expanded in line in lev6intr() unless
profiling
kernel.
308
* If we are
profiling
the kernel, record the tick.
311
if (
profiling
< 2) {
318
* Kernel
profiling
was on but has been disabled.
319
* Mark as no longer
profiling
kernel and if all
profiling
done
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S
141
! enable
profiling
trap
144
! (directly or indirectly) may have the
profiling
trap at the start.
224
! Whether
profiling
or not, keep interrupts masked,
234
! For bare machine, we need to enable interrupts to get
profiling
working
259
! we use r0..r3 as scratch in this code. If we are here due to a trapa for
profiling
295
! The code sequence emitted by gcc for the
profiling
trap is
312
! only call mcount if
profiling
is enabled
343
! Non
profiling
case.
/src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S
141
! enable
profiling
trap
144
! (directly or indirectly) may have the
profiling
trap at the start.
224
! Whether
profiling
or not, keep interrupts masked,
234
! For bare machine, we need to enable interrupts to get
profiling
working
259
! we use r0..r3 as scratch in this code. If we are here due to a trapa for
profiling
295
! The code sequence emitted by gcc for the
profiling
trap is
312
! only call mcount if
profiling
is enabled
343
! Non
profiling
case.
/src/external/gpl2/lvm2/dist/
configure.in
617
dnl -- Enable
profiling
618
AC_MSG_CHECKING(whether to gather gcov
profiling
data)
619
AC_ARG_ENABLE(
profiling
,
620
AC_HELP_STRING(--enable-
profiling
, [Gather gcov
profiling
data]),
621
PROFILING
=$enableval,
PROFILING
=no)
622
AC_MSG_RESULT($
PROFILING
)
624
if test "x$
PROFILING
" = xyes; then
629
AC_MSG_ERROR([lcov and genhtml are required for
profiling
])
[
all
...]
/src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm
34
dnl Forcibly disable
profiling
.
37
dnl routines arrived at will have any
profiling
. Also, the way the code
39
dnl "instrument"
profiling
scheme anyway.
/src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat_entry.asm
37
dnl Forcibly disable
profiling
.
40
dnl routines arrived at will have any
profiling
. Also, the way the code
42
dnl "instrument"
profiling
scheme anyway.
/src/sys/arch/atari/dev/
clock.c
363
* profclock() is expanded in line in lev6intr() unless
profiling
kernel.
379
* If we are
profiling
the kernel, record the tick.
381
else if (
profiling
< 2) {
388
* Kernel
profiling
was on but has been disabled.
389
* Mark as no longer
profiling
kernel and if all
profiling
done,
392
if (
profiling
&& (profon & PRF_KERNEL)) {
/src/external/gpl3/gcc/dist/libgomp/
Makefile.am
74
priority_queue.c affinity-fmt.c teams.c allocator.c oacc-
profiling
.c \
/src/external/gpl3/gcc.old/dist/libgomp/
Makefile.am
68
priority_queue.c affinity-fmt.c teams.c allocator.c oacc-
profiling
.c \
/src/external/lgpl3/gmp/dist/tests/
amd64call.asm
51
dnl Instrumented
profiling
won't come out quite right below, since we don't do
x86call.asm
51
dnl Instrumented
profiling
doesn't come out quite right below, since we don't
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc
1
/*===-- InstrProfData.inc - instr
profiling
runtime structures -*- C++ -*-=== *\
11
* constant literals that are shared across
profiling
runtime library,
111
/* Definition of parameter types of the runtime API used to do value
profiling
245
* Per-function header/control data structure for value
profiling
352
* Like InstrProfRecord class which is used by
profiling
host tools,
733
/* Value
Profiling
API linkage name. */
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc
1
/*===-- InstrProfData.inc - instr
profiling
runtime structures -*- C++ -*-=== *\
10
* constant literals that are shared across
profiling
runtime library,
144
/* Definition of parameter types of the runtime API used to do value
profiling
168
/* For indirect function call value
profiling
, the addresses of the target
178
/* For memory intrinsic functions size
profiling
. */
348
* Per-function header/control data structure for value
profiling
743
/* Value
Profiling
API linkage name. */
786
/* The value range buckets (22 buckets) for the memop size value
profiling
looks
/src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh
41
# Full featured mode is for tracing,
profiling
, etc. and is always
351
/* Fill in tracing/
profiling
fields of an ARGBUF. */
915
FAST_P is non-zero if no tracing/
profiling
/etc. is wanted. */
1020
/* Record length of chain if
profiling
.
/src/external/gpl3/gdb/dist/sim/common/
genmloop.sh
41
# Full featured mode is for tracing,
profiling
, etc. and is always
351
/* Fill in tracing/
profiling
fields of an ARGBUF. */
915
FAST_P is non-zero if no tracing/
profiling
/etc. is wanted. */
1020
/* Record length of chain if
profiling
.
/src/share/mk/
bsd.lib.mk
155
# .po is used for
profiling
object files.
Completed in 37 milliseconds
1
2
Indexes created Mon Aug 03 00:25:36 UTC 2026