OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtrace
(Results
1 - 3
of
3
) sorted by null
/external/clang/utils/perf-training/
perf-helper.py
50
def
dtrace
(args):
function
51
parser = argparse.ArgumentParser(prog='perf-helper
dtrace
',
52
description='
dtrace
wrapper for order file generation')
54
default=1, help='
dtrace
buffer size in MB (default 1)')
56
help='Use
dtrace
\'s oneshot probes')
58
help='Use
dtrace
\'s ustack to print function names')
64
# everything else through to
dtrace
79
log_timestamp = 'printf("
dtrace
-TS: %d\\n", timestamp)'
83
action = 'printf("
dtrace
-Symbol: %s\\n", probefunc);'
90
+ '%%admin ALL=(ALL) NOPASSWD: /usr/sbin/
dtrace
')
[
all
...]
/external/grpc-grpc/
Makefile
242
DTRACE
?=
dtrace
544
DTRACE_CHECK_CMD = which
dtrace
> /dev/null
594
# in the system and secondly by checking for the "
dtrace
" binary (on Linux, this is part of the Systemtap
963
@echo "to build requires systemtap 2.7+ (on Linux) or
dtrace
(on other "
[
all
...]
/external/python/cpython3/
configure
651
DTRACE
[
all
...]
Completed in 1161 milliseconds