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:has_no_entry
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
sort.h
133
bool
has_no_entry
;
member
H
A
D
hist.c
2063
parent->
has_no_entry
= false;
in hists__remove_entry_filter()
2076
h->
has_no_entry
= false;
in hists__remove_entry_filter()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
sort.h
137
bool
has_no_entry
;
member
H
A
D
hist.c
2105
parent->
has_no_entry
= false;
in hists__remove_entry_filter()
2118
h->
has_no_entry
= false;
in hists__remove_entry_filter()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
282
if (he->
has_no_entry
)
in hierarchy_count_rows()
483
he->
has_no_entry
= true;
in hist_browser__toggle_fold()
490
if (he->
has_no_entry
)
in hist_browser__toggle_fold()
491
he->
has_no_entry
= false;
in hist_browser__toggle_fold()
627
he->
has_no_entry
= true;
in __hist_browser__set_folding()
630
he->
has_no_entry
= false;
in __hist_browser__set_folding()
1850
if (h->
has_no_entry
) {
in hist_browser__refresh()
2910
if (he->
has_no_entry
) {
in hist_browser__update_percent_limit()
2911
he->
has_no_entry
= false;
in hist_browser__update_percent_limit()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H
A
D
hists.c
282
if (he->
has_no_entry
)
in hierarchy_count_rows()
483
he->
has_no_entry
= true;
in hist_browser__toggle_fold()
490
if (he->
has_no_entry
)
in hist_browser__toggle_fold()
491
he->
has_no_entry
= false;
in hist_browser__toggle_fold()
627
he->
has_no_entry
= true;
in __hist_browser__set_folding()
630
he->
has_no_entry
= false;
in __hist_browser__set_folding()
1851
if (h->
has_no_entry
) {
in hist_browser__refresh()
2915
if (he->
has_no_entry
) {
in hist_browser__update_percent_limit()
2916
he->
has_no_entry
= false;
in hist_browser__update_percent_limit()
Completed in 18 milliseconds