Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tracing_enabled
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H
A
D
ftrace_lib.sh
72
if [ -e
tracing_enabled
]; then
73
old_tracing_enabled=`cat
tracing_enabled
`
131
if [ -e
tracing_enabled
]; then
132
echo $old_tracing_enabled >
tracing_enabled
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
apei-inject.sh
121
echo "1" > /sys/kernel/debug/tracing/
tracing_enabled
127
echo "0" > /sys/kernel/debug/tracing/
tracing_enabled
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
deoptimizer.h
175
bool
tracing_enabled
() const { return trace_scope_ != nullptr; }
in tracing_enabled()
function in v8::internal::Deoptimizer
177
return FLAG_trace_deopt_verbose &&
tracing_enabled
();
in verbose_tracing_enabled()
H
A
D
deoptimizer.cc
663
DCHECK(
tracing_enabled
());
in TraceDeoptBegin()
821
if (
tracing_enabled
()) {
in DoComputeOutputFrames()
/third_party/node/deps/v8/src/compiler/
H
A
D
js-heap-broker.h
48
if (broker->
tracing_enabled
() && FLAG_trace_heap_broker_verbose) \
54
if (broker->
tracing_enabled
() && FLAG_trace_heap_broker_memory) \
60
if (broker->
tracing_enabled
()) \
101
JSHeapBroker(Isolate* isolate, Zone* broker_zone, bool
tracing_enabled
,
134
bool
tracing_enabled
() const { return tracing_enabled_; }
in tracing_enabled()
function in v8::internal::compiler::JSHeapBroker
H
A
D
js-heap-broker.cc
46
bool
tracing_enabled
, CodeKind code_kind)
in JSHeapBroker()
61
tracing_enabled_(
tracing_enabled
),
in JSHeapBroker()
45
JSHeapBroker(Isolate* isolate, Zone* broker_zone, bool
tracing_enabled
, CodeKind code_kind)
JSHeapBroker()
argument
H
A
D
pipeline.cc
1006
bool
tracing_enabled
;
in CreatePipelineStatistics()
local
1008
&
tracing_enabled
);
in CreatePipelineStatistics()
1009
if (
tracing_enabled
|| FLAG_turbo_stats || FLAG_turbo_stats_nvp) {
in CreatePipelineStatistics()
1032
bool
tracing_enabled
;
in CreatePipelineStatistics()
local
1034
TRACE_DISABLED_BY_DEFAULT("v8.wasm.turbofan"), &
tracing_enabled
);
in CreatePipelineStatistics()
1035
if (
tracing_enabled
|| FLAG_turbo_stats_wasm) {
in CreatePipelineStatistics()
Completed in 14 milliseconds