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_on
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/
H
A
D
cpuisolation05.sh
28
tracing_on
=$(cat /sys/kernel/debug/tracing/
tracing_on
)
37
echo 1 > /sys/kernel/debug/tracing/
tracing_on
70
echo $
tracing_on
> /sys/kernel/debug/tracing/
tracing_on
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_ftrace.sh
9
echo 0 > $TR/
tracing_on
13
echo 1 > $TR/
tracing_on
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_ftrace.sh
14
echo 0 > $TR/
tracing_on
18
echo 1 > $TR/
tracing_on
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
lwt_len_hist.sh
31
echo 1 > ${TRACE_ROOT}/
tracing_on
38
echo 0 > ${TRACE_ROOT}/
tracing_on
H
A
D
test_lwt_bpf.sh
369
echo 1 > ${TRACE_ROOT}/
tracing_on
399
echo 0 > ${TRACE_ROOT}/
tracing_on
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
lwt_len_hist.sh
31
echo 1 > ${TRACE_ROOT}/
tracing_on
38
echo 0 > ${TRACE_ROOT}/
tracing_on
H
A
D
test_lwt_bpf.sh
372
echo 1 > ${TRACE_ROOT}/
tracing_on
403
echo 0 > ${TRACE_ROOT}/
tracing_on
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H
A
D
bconf2ftrace.sh
155
set_value_of ${instance}.
tracing_on
${instancedir}/
tracing_on
H
A
D
ftrace.sh
8
echo 0 >
tracing_on
12
echo 1 >
tracing_on
H
A
D
ftrace2bconf.sh
224
val=`cat $INSTANCE/
tracing_on
`
226
emit_kv $PREFIX.
tracing_on
= 0
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H
A
D
ftrace.sh
8
echo 0 >
tracing_on
12
echo 1 >
tracing_on
H
A
D
ftrace2bconf.sh
241
val=`cat $INSTANCE/
tracing_on
`
243
emit_kv $PREFIX.
tracing_on
= 0
H
A
D
bconf2ftrace.sh
256
set_value_of ${instance}.
tracing_on
${instancedir}/
tracing_on
/kernel/linux/linux-6.6/include/linux/
H
A
D
kernel.h
241
*
tracing_on
/tracing_off and tracing_start()/tracing_stop
243
* Use
tracing_on
/tracing_off when you want to quickly turn on or off
245
* This also corresponds to the user space /sys/kernel/tracing/
tracing_on
248
* From user space, examine the trace, and then echo 1 >
tracing_on
256
* Most likely, you want to use
tracing_on
/tracing_off.
266
void
tracing_on
(void);
413
static inline void
tracing_on
(void) { }
in tracing_on()
function
/kernel/linux/build/test/moduletest/runtest/bin/enhancedf2fs_t/testcases/bin/
H
A
D
enhancedf2fs12.sh
39
echo 1 > $_sys_path/
tracing_on
H
A
D
life_init.sh
59
echo 1 > $_sys_path/
tracing_on
H
A
D
performance_init.sh
69
echo 1 > /sys/kernel/debug/tracing/
tracing_on
H
A
D
equilibrium_init.sh
73
echo 1 > /sys/kernel/debug/tracing/
tracing_on
H
A
D
enhancedf2fs10.sh
57
echo 1 > $_sys_path/
tracing_on
H
A
D
enhancedf2fs11.sh
57
echo 1 > $_sys_path/
tracing_on
/kernel/linux/linux-5.10/include/linux/
H
A
D
kernel.h
502
*
tracing_on
/tracing_off and tracing_start()/tracing_stop
504
* Use
tracing_on
/tracing_off when you want to quickly turn on or off
506
* This also corresponds to the user space /sys/kernel/debug/tracing/
tracing_on
509
* From user space, examine the trace, and then echo 1 >
tracing_on
517
* Most likely, you want to use
tracing_on
/tracing_off.
527
void
tracing_on
(void);
674
static inline void
tracing_on
(void) { }
in tracing_on()
function
/kernel/linux/linux-5.10/kernel/debug/
H
A
D
debug_core.c
660
tracing_on
();
in kgdb_cpu_enter()
824
tracing_on
();
in kgdb_cpu_enter()
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
trace_selftest.c
87
tracing_on
();
in trace_test_buffer()
741
tracing_on
();
in trace_graph_entry_watchdog()
/kernel/linux/linux-6.6/kernel/debug/
H
A
D
debug_core.c
644
tracing_on
();
in kgdb_cpu_enter()
808
tracing_on
();
in kgdb_cpu_enter()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_selftest.c
87
tracing_on
();
in trace_test_buffer()
774
tracing_on
();
in trace_graph_entry_watchdog()
Completed in 12 milliseconds
1
2