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:found_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
symbol.c
495
size_t *
found_idx
)
in symbols__find_by_name()
500
if (
found_idx
)
in symbols__find_by_name()
501
*
found_idx
= SIZE_MAX;
in symbols__find_by_name()
517
if (
found_idx
)
in symbols__find_by_name()
518
*
found_idx
= i;
in symbols__find_by_name()
529
if (
found_idx
)
in symbols__find_by_name()
530
*
found_idx
= i - 1;
in symbols__find_by_name()
536
assert(!
found_idx
|| !s || s == symbols[*
found_idx
]);
in symbols__find_by_name()
491
symbols__find_by_name(struct symbol *symbols[], size_t symbols_len, const char *name, enum symbol_tag_include includes, size_t *
found_idx
)
symbols__find_by_name()
argument
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
send.c
4437
int
found_idx
;
member
4460
ctx->
found_idx
= num;
in __find_iref()
4477
ctx.
found_idx
= -1;
in find_iref()
4484
if (ctx.
found_idx
== -1)
in find_iref()
4487
return ctx.
found_idx
;
in find_iref()
4763
int
found_idx
;
member
4777
ctx->
found_idx
= num;
in __find_xattr()
4798
ctx.
found_idx
= -1;
in find_xattr()
4806
if (ctx.
found_idx
== -1)
in find_xattr()
4814
return ctx.
found_idx
;
in find_xattr()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
send.c
4992
int
found_idx
;
member
5004
ctx->
found_idx
= num;
in __find_xattr()
5025
ctx.
found_idx
= -1;
in find_xattr()
5033
if (ctx.
found_idx
== -1)
in find_xattr()
5041
return ctx.
found_idx
;
in find_xattr()
Completed in 20 milliseconds