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:initial_skip
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/wavefront/
H
A
D
wavefront_synth.c
887
int
initial_skip
= 0;
in wavefront_send_sample()
968
initial_skip
= 0;
in wavefront_send_sample()
972
initial_skip
= 0;
in wavefront_send_sample()
976
initial_skip
= 1;
in wavefront_send_sample()
980
initial_skip
= 2;
in wavefront_send_sample()
984
initial_skip
= 3;
in wavefront_send_sample()
988
initial_skip
= 4;
in wavefront_send_sample()
992
initial_skip
= 5;
in wavefront_send_sample()
1000
initial_skip
, skip);
in wavefront_send_sample()
1071
dataptr +=
initial_skip
;
in wavefront_send_sample()
885
int
initial_skip
= 0;
wavefront_send_sample()
local
[all...]
/kernel/linux/linux-6.6/sound/isa/wavefront/
H
A
D
wavefront_synth.c
891
int
initial_skip
= 0;
in wavefront_send_sample()
972
initial_skip
= 0;
in wavefront_send_sample()
976
initial_skip
= 0;
in wavefront_send_sample()
980
initial_skip
= 1;
in wavefront_send_sample()
984
initial_skip
= 2;
in wavefront_send_sample()
988
initial_skip
= 3;
in wavefront_send_sample()
992
initial_skip
= 4;
in wavefront_send_sample()
996
initial_skip
= 5;
in wavefront_send_sample()
1004
initial_skip
, skip);
in wavefront_send_sample()
1075
dataptr +=
initial_skip
;
in wavefront_send_sample()
889
int
initial_skip
= 0;
wavefront_send_sample()
local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intel-bts.c
280
if (bts->synth_opts.
initial_skip
&&
in intel_bts_synth_branch_sample()
281
bts->num_events++ <= bts->synth_opts.
initial_skip
)
in intel_bts_synth_branch_sample()
H
A
D
auxtrace.h
95
* @
initial_skip
: skip N events at the beginning.
133
unsigned long
initial_skip
;
member
H
A
D
intel-pt.c
1280
return pt->synth_opts.
initial_skip
&&
in intel_pt_skip_event()
1281
pt->num_events++ < pt->synth_opts.
initial_skip
;
in intel_pt_skip_event()
1291
return pt->synth_opts.
initial_skip
&&
in intel_pt_skip_cbr_event()
1292
pt->num_events + 4 < pt->synth_opts.
initial_skip
;
in intel_pt_skip_cbr_event()
H
A
D
auxtrace.c
1345
synth_opts->
initial_skip
= 0;
in itrace_synth_opts__set_default()
1536
synth_opts->
initial_skip
= strtoul(p, &endptr, 10);
in itrace_parse_synth_opts()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-bts.c
280
if (bts->synth_opts.
initial_skip
&&
in intel_bts_synth_branch_sample()
281
bts->num_events++ <= bts->synth_opts.
initial_skip
)
in intel_bts_synth_branch_sample()
H
A
D
auxtrace.h
109
* @
initial_skip
: skip N events at the beginning.
156
unsigned long
initial_skip
;
member
H
A
D
intel-pt.c
1668
return pt->synth_opts.
initial_skip
&&
in intel_pt_skip_event()
1669
pt->num_events++ < pt->synth_opts.
initial_skip
;
in intel_pt_skip_event()
1679
return pt->synth_opts.
initial_skip
&&
in intel_pt_skip_cbr_event()
1680
pt->num_events + 4 < pt->synth_opts.
initial_skip
;
in intel_pt_skip_cbr_event()
H
A
D
auxtrace.c
1403
synth_opts->
initial_skip
= 0;
in itrace_synth_opts__set_default()
1612
synth_opts->
initial_skip
= strtoul(p, &endptr, 10);
in itrace_do_parse_synth_opts()
Completed in 32 milliseconds