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:glb_chunk_sz
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
262
self.fetcher.Fetch(
glb_chunk_sz
)
318
self.fetcher.Fetch(
glb_chunk_sz
)
2531
glb_chunk_sz
= 10000
variable
2640
batch_size = min(
glb_chunk_sz
, target - self.fetched)
2747
self.label = QLabel("Number of records (x " + "{:,}".format(
glb_chunk_sz
) + ") to fetch:")
2823
return self.fetch_count.value() *
glb_chunk_sz
3124
" LIMIT " + str(
glb_chunk_sz
))
3131
self.fetcher.Fetch(
glb_chunk_sz
)
3692
self.fetcher.Fetch(
glb_chunk_sz
)
3745
sql = "SELECT * FROM " + table_name + " WHERE id > $$last_id$$ ORDER BY id LIMIT " + str(
glb_chunk_sz
)
[all...]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H
A
D
exported-sql-viewer.py
263
self.fetcher.Fetch(
glb_chunk_sz
)
319
self.fetcher.Fetch(
glb_chunk_sz
)
2532
glb_chunk_sz
= 10000
variable
2641
batch_size = min(
glb_chunk_sz
, target - self.fetched)
2748
self.label = QLabel("Number of records (x " + "{:,}".format(
glb_chunk_sz
) + ") to fetch:")
2824
return self.fetch_count.value() *
glb_chunk_sz
3125
" LIMIT " + str(
glb_chunk_sz
))
3132
self.fetcher.Fetch(
glb_chunk_sz
)
3693
self.fetcher.Fetch(
glb_chunk_sz
)
3746
sql = "SELECT * FROM " + table_name + " WHERE id > $$last_id$$ ORDER BY id LIMIT " + str(
glb_chunk_sz
)
[all...]
Completed in 11 milliseconds