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:tot_peer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
mem-events.h
83
u32
tot_peer
; /* count of loads with local and remote peer cache */
member
H
A
D
mem-events.c
562
stats->
tot_peer
++; \
in c2c_decode_stats()
699
stats->
tot_peer
+= add->
tot_peer
;
in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-c2c.c
677
STAT_FN(
tot_peer
)
835
st = stats->
tot_peer
;
in percent_costly_snoop()
836
tot = total->
tot_peer
;
in percent_costly_snoop()
1246
ret = display_metrics(hpp, stats->
tot_peer
,
in node_entry()
1247
c2c_he->stats.
tot_peer
);
in node_entry()
1459
.name = "
tot_peer
",
2129
he->filtered = filter_display(c2c_he->stats.
tot_peer
,
in he__display()
2130
stats->
tot_peer
);
in he__display()
2161
has_record = !!c2c_he->stats.
tot_peer
;
in is_valid_hist_entry()
2993
sort_str = "
tot_peer
";
in setup_coalesce()
[all...]
/kernel/linux/linux-6.6/drivers/net/
H
A
D
veth.c
440
struct rtnl_link_stats64
tot_peer
= {};
in veth_get_stats64()
local
442
dev_fetch_sw_netstats(&
tot_peer
, peer->tstats);
in veth_get_stats64()
443
tot->rx_bytes +=
tot_peer
.tx_bytes;
in veth_get_stats64()
444
tot->rx_packets +=
tot_peer
.tx_packets;
in veth_get_stats64()
Completed in 8 milliseconds