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:stop_tracing
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
osnoise_top.c
643
static int
stop_tracing
;
variable
646
stop_tracing
= 1;
in stop_top()
738
while (!
stop_tracing
) {
in osnoise_top_main()
H
A
D
timerlat_top.c
734
static int
stop_tracing
;
variable
737
stop_tracing
= 1;
in stop_top()
891
while (!
stop_tracing
) {
in timerlat_top_main()
H
A
D
osnoise_hist.c
804
static int
stop_tracing
;
variable
807
stop_tracing
= 1;
in stop_hist()
905
while (!
stop_tracing
) {
in osnoise_hist_main()
H
A
D
timerlat_hist.c
924
static int
stop_tracing
;
variable
927
stop_tracing
= 1;
in stop_hist()
1071
while (!
stop_tracing
) {
in timerlat_hist_main()
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
trace_osnoise.c
345
u64
stop_tracing
; /* stop trace in the internal operation (loop/irq) */
member
356
.
stop_tracing
= 0,
1471
stop_in = osnoise_data.
stop_tracing
* NSEC_PER_USEC;
in run_osnoise()
1527
if (osnoise_data.
stop_tracing
)
in run_osnoise()
1795
if (osnoise_data.
stop_tracing
) {
in timerlat_irq()
1796
if (time_to_us(diff) >= osnoise_data.
stop_tracing
) {
in timerlat_irq()
1799
* At this point, if
stop_tracing
is set and <= print_stack,
in timerlat_irq()
1805
if (osnoise_data.
stop_tracing
<= osnoise_data.print_stack) {
in timerlat_irq()
2627
.val = &osnoise_data.
stop_tracing
,
Completed in 8 milliseconds