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:stats_mode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
ucc_geth_ethtool.c
263
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_sset_count()
local
268
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE)
in uec_get_sset_count()
270
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX)
in uec_get_sset_count()
272
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
in uec_get_sset_count()
285
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_strings()
local
287
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) {
in uec_get_strings()
292
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) {
in uec_get_strings()
297
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
in uec_get_strings()
306
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_ethtool_stats()
local
310
if (
stats_mode
in uec_get_ethtool_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
ucc_geth_ethtool.c
267
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_sset_count()
local
272
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE)
in uec_get_sset_count()
274
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX)
in uec_get_sset_count()
276
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
in uec_get_sset_count()
289
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_strings()
local
291
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) {
in uec_get_strings()
296
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) {
in uec_get_strings()
301
if (
stats_mode
& UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
in uec_get_strings()
310
u32
stats_mode
= ugeth->ug_info->statisticsMode;
in uec_get_ethtool_stats()
local
314
if (
stats_mode
in uec_get_ethtool_stats()
[all...]
/kernel/linux/linux-5.10/drivers/android/
H
A
D
binderfs.c
293
ctx->
stats_mode
= result.uint_32;
in binderfs_fs_context_parse_param()
307
if (info->mount_opts.
stats_mode
!= ctx->
stats_mode
)
in binderfs_fs_context_reconfigure()
310
info->mount_opts.
stats_mode
= ctx->
stats_mode
;
in binderfs_fs_context_reconfigure()
322
switch (info->mount_opts.
stats_mode
) {
in binderfs_show_options()
680
info->mount_opts.
stats_mode
= ctx->
stats_mode
;
in binderfs_fill_super()
712
if (info->mount_opts.
stats_mode
== binderfs_stats_mode_global)
in binderfs_fill_super()
746
ctx->
stats_mode
in binderfs_init_fs_context()
[all...]
H
A
D
binder_internal.h
43
* @
stats_mode
: enable binder stats in binderfs.
47
int
stats_mode
;
member
/kernel/linux/linux-6.6/drivers/android/
H
A
D
binderfs.c
301
ctx->
stats_mode
= result.uint_32;
in binderfs_fs_context_parse_param()
315
if (info->mount_opts.
stats_mode
!= ctx->
stats_mode
)
in binderfs_fs_context_reconfigure()
318
info->mount_opts.
stats_mode
= ctx->
stats_mode
;
in binderfs_fs_context_reconfigure()
330
switch (info->mount_opts.
stats_mode
) {
in binderfs_show_options()
696
info->mount_opts.
stats_mode
= ctx->
stats_mode
;
in binderfs_fill_super()
732
if (info->mount_opts.
stats_mode
== binderfs_stats_mode_global)
in binderfs_fill_super()
766
ctx->
stats_mode
in binderfs_init_fs_context()
[all...]
H
A
D
binder_internal.h
45
* @
stats_mode
: enable binder stats in binderfs.
49
int
stats_mode
;
member
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-report.c
79
bool
stats_mode
;
member
921
if (rep->
stats_mode
)
in __cmd_report()
933
if (rep->
stats_mode
)
in __cmd_report()
1173
OPT_BOOLEAN(0, "stats", &report.
stats_mode
, "Display event stats"),
in cmd_report()
1494
if (report.
stats_mode
|| report.tasks_mode)
in cmd_report()
1496
if (report.
stats_mode
&& report.tasks_mode) {
in cmd_report()
1549
!report.
stats_mode
&& !report.tasks_mode) {
in cmd_report()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-report.c
89
bool
stats_mode
;
member
986
if (rep->
stats_mode
)
in __cmd_report()
1000
if (rep->
stats_mode
)
in __cmd_report()
1245
OPT_BOOLEAN(0, "stats", &report.
stats_mode
, "Display event stats"),
in cmd_report()
1589
if (report.
stats_mode
|| report.tasks_mode)
in cmd_report()
1591
if (report.
stats_mode
&& report.tasks_mode) {
in cmd_report()
1651
!report.
stats_mode
&& !report.tasks_mode) {
in cmd_report()
Completed in 10 milliseconds