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:no_merge
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
blk-merge.c
559
goto
no_merge
;
in ll_new_hw_segment()
562
goto
no_merge
;
in ll_new_hw_segment()
569
goto
no_merge
;
in ll_new_hw_segment()
578
no_merge
:
in ll_new_hw_segment()
626
goto
no_merge
;
in req_attempt_discard_merge()
629
goto
no_merge
;
in req_attempt_discard_merge()
633
no_merge
:
in req_attempt_discard_merge()
983
goto
no_merge
;
in bio_attempt_discard_merge()
986
goto
no_merge
;
in bio_attempt_discard_merge()
997
no_merge
in bio_attempt_discard_merge()
[all...]
/kernel/linux/linux-6.6/block/
H
A
D
blk-merge.c
612
goto
no_merge
;
in ll_new_hw_segment()
615
goto
no_merge
;
in ll_new_hw_segment()
622
goto
no_merge
;
in ll_new_hw_segment()
631
no_merge
:
in ll_new_hw_segment()
679
goto
no_merge
;
in req_attempt_discard_merge()
682
goto
no_merge
;
in req_attempt_discard_merge()
686
no_merge
:
in req_attempt_discard_merge()
1037
goto
no_merge
;
in bio_attempt_discard_merge()
1040
goto
no_merge
;
in bio_attempt_discard_merge()
1051
no_merge
in bio_attempt_discard_merge()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat.h
116
bool
no_merge
;
member
H
A
D
stat-display.c
579
if (config->
no_merge
)
in collect_data()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat.h
79
bool
no_merge
;
member
H
A
D
stat.c
595
if (config->
no_merge
)
in perf_stat_merge_counters()
H
A
D
stat-display.c
901
if (config->
no_merge
|| hybrid_uniquify(counter, config))
in uniquify_counter()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-stat.c
1113
OPT_BOOLEAN(0, "no-merge", &stat_config.
no_merge
, "Do not merge identical named events"),
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-stat.c
1208
OPT_BOOLEAN(0, "no-merge", &stat_config.
no_merge
, "Do not merge identical named events"),
Completed in 19 milliseconds