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:binder_stats
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binder_internal.h
135
struct
binder_stats
{
struct
422
struct
binder_stats
stats;
490
struct
binder_stats
stats;
H
A
D
binder.c
215
static struct
binder_stats
binder_stats
;
variable
219
atomic_inc(&
binder_stats
.obj_deleted[type]);
in binder_stats_deleted()
224
atomic_inc(&
binder_stats
.obj_created[type]);
in binder_stats_created()
3886
if (_IOC_NR(cmd) < ARRAY_SIZE(
binder_stats
.bc)) {
in binder_thread_write()
3887
atomic_inc(&
binder_stats
.bc[_IOC_NR(cmd)]);
in binder_thread_write()
4319
if (_IOC_NR(cmd) < ARRAY_SIZE(
binder_stats
.br)) {
in binder_stat_br()
4320
atomic_inc(&
binder_stats
.br[_IOC_NR(cmd)]);
in binder_stat_br()
6408
struct
binder_stats
*stats)
in print_binder_stats()
6558
print_binder_stats(m, "", &
binder_stats
);
in stats_show()
[all...]
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binder_internal.h
109
DEFINE_SHOW_ATTRIBUTE(
binder_stats
);
variable
H
A
D
binder.c
200
struct
binder_stats
{
struct
207
static struct
binder_stats
binder_stats
;
variable
211
atomic_inc(&
binder_stats
.obj_deleted[type]);
in binder_stats_deleted()
216
atomic_inc(&
binder_stats
.obj_created[type]);
in binder_stats_created()
503
struct
binder_stats
stats;
576
struct
binder_stats
stats;
4051
if (_IOC_NR(cmd) < ARRAY_SIZE(
binder_stats
.bc)) {
in binder_thread_write()
4052
atomic_inc(&
binder_stats
.bc[_IOC_NR(cmd)]);
in binder_thread_write()
4483
if (_IOC_NR(cmd) < ARRAY_SIZE(
binder_stats
in binder_stat_br()
[all...]
Completed in 16 milliseconds