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_total_us
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H
A
D
osnoise.c
505
long long
stop_total_us
;
in osnoise_get_stop_total_us()
local
507
if (context->
stop_total_us
!= OSNOISE_OPTION_INIT_VAL)
in osnoise_get_stop_total_us()
508
return context->
stop_total_us
;
in osnoise_get_stop_total_us()
513
stop_total_us
= osnoise_read_ll_config("osnoise/stop_tracing_total_us");
in osnoise_get_stop_total_us()
514
if (
stop_total_us
< 0)
in osnoise_get_stop_total_us()
517
context->orig_stop_total_us =
stop_total_us
;
in osnoise_get_stop_total_us()
518
return
stop_total_us
;
in osnoise_get_stop_total_us()
527
int osnoise_set_stop_total_us(struct osnoise_context *context, long long
stop_total_us
)
in osnoise_set_stop_total_us()
argument
535
retval = osnoise_write_ll_config("osnoise/stop_tracing_total_us",
stop_total_us
);
in osnoise_set_stop_total_us()
539
context->
stop_total_us
in osnoise_set_stop_total_us()
[all...]
H
A
D
timerlat_top.c
31
long long
stop_total_us
;
member
450
params->
stop_total_us
= auto_thresh;
in timerlat_top_parse_args()
464
params->
stop_total_us
= auto_thresh;
in timerlat_top_parse_args()
544
params->
stop_total_us
= get_llong_from_str(optarg);
in timerlat_top_parse_args()
605
if (!params->stop_us && !params->
stop_total_us
)
in timerlat_top_parse_args()
645
if (params->
stop_total_us
) {
in timerlat_top_apply_config()
646
retval = osnoise_set_stop_total_us(top->context, params->
stop_total_us
);
in timerlat_top_apply_config()
936
timerlat_auto_analysis(params->stop_us, params->
stop_total_us
);
in timerlat_top_main()
H
A
D
osnoise.h
36
long long
stop_total_us
;
member
75
long long
stop_total_us
);
H
A
D
timerlat_hist.c
30
long long
stop_total_us
;
member
628
params->
stop_total_us
= auto_thresh;
in timerlat_hist_parse_args()
717
params->
stop_total_us
= get_llong_from_str(optarg);
in timerlat_hist_parse_args()
801
if (!params->stop_us && !params->
stop_total_us
)
in timerlat_hist_parse_args()
837
if (params->
stop_total_us
) {
in timerlat_hist_apply_config()
838
retval = osnoise_set_stop_total_us(tool->context, params->
stop_total_us
);
in timerlat_hist_apply_config()
1109
timerlat_auto_analysis(params->stop_us, params->
stop_total_us
);
in timerlat_hist_main()
H
A
D
osnoise_top.c
36
long long
stop_total_us
;
member
480
params->
stop_total_us
= get_llong_from_str(optarg);
in osnoise_top_parse_args()
564
if (params->
stop_total_us
) {
in osnoise_top_apply_config()
565
retval = osnoise_set_stop_total_us(tool->context, params->
stop_total_us
);
in osnoise_top_apply_config()
H
A
D
osnoise_hist.c
29
long long
stop_total_us
;
member
637
params->
stop_total_us
= get_llong_from_str(optarg);
in osnoise_hist_parse_args()
736
if (params->
stop_total_us
) {
in osnoise_hist_apply_config()
737
retval = osnoise_set_stop_total_us(tool->context, params->
stop_total_us
);
in osnoise_hist_apply_config()
Completed in 10 milliseconds