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:pair_cnode
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stream.c
204
base_stream->
pair_cnode
= pair_stream->cnode;
in stream__link()
205
pair_stream->
pair_cnode
= base_stream->cnode;
in stream__link()
226
struct callchain_node *
pair_cnode
= base_stream->
pair_cnode
;
in print_callchain_pair()
local
238
pct = (double)
pair_cnode
->hit / (double)es_pair->streams_hits;
in print_callchain_pair()
240
callchain_avg_cycles(
pair_cnode
), pct * 100.0);
in print_callchain_pair()
248
pair_chain = list_first_entry(&
pair_cnode
->val,
in print_callchain_pair()
253
if (&pair_chain->list == &
pair_cnode
->val)
in print_callchain_pair()
311
if (base_stream->
pair_cnode
) {
in callchain_streams_report()
321
if (!base_stream->
pair_cnode
) {
in callchain_streams_report()
[all...]
H
A
D
stream.h
9
struct callchain_node *
pair_cnode
;
member
H
A
D
callchain.h
304
struct callchain_node *
pair_cnode
);
H
A
D
callchain.c
1636
struct callchain_node *
pair_cnode
)
in callchain_cnode_matched()
1641
pair_chain = list_first_entry(&
pair_cnode
->val,
in callchain_cnode_matched()
1646
if (&pair_chain->list == &
pair_cnode
->val)
in callchain_cnode_matched()
1665
if (pair_chain && (&pair_chain->list != &
pair_cnode
->val))
in callchain_cnode_matched()
1635
callchain_cnode_matched(struct callchain_node *base_cnode, struct callchain_node *
pair_cnode
)
callchain_cnode_matched()
argument
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stream.c
204
base_stream->
pair_cnode
= pair_stream->cnode;
in stream__link()
205
pair_stream->
pair_cnode
= base_stream->cnode;
in stream__link()
226
struct callchain_node *
pair_cnode
= base_stream->
pair_cnode
;
in print_callchain_pair()
local
238
pct = (double)
pair_cnode
->hit / (double)es_pair->streams_hits;
in print_callchain_pair()
240
callchain_avg_cycles(
pair_cnode
), pct * 100.0);
in print_callchain_pair()
248
pair_chain = list_first_entry(&
pair_cnode
->val,
in print_callchain_pair()
253
if (&pair_chain->list == &
pair_cnode
->val)
in print_callchain_pair()
311
if (base_stream->
pair_cnode
) {
in callchain_streams_report()
321
if (!base_stream->
pair_cnode
) {
in callchain_streams_report()
[all...]
H
A
D
stream.h
9
struct callchain_node *
pair_cnode
;
member
H
A
D
callchain.h
308
struct callchain_node *
pair_cnode
);
H
A
D
callchain.c
1705
struct callchain_node *
pair_cnode
)
in callchain_cnode_matched()
1710
pair_chain = list_first_entry(&
pair_cnode
->val,
in callchain_cnode_matched()
1715
if (&pair_chain->list == &
pair_cnode
->val)
in callchain_cnode_matched()
1734
if (pair_chain && (&pair_chain->list != &
pair_cnode
->val))
in callchain_cnode_matched()
1704
callchain_cnode_matched(struct callchain_node *base_cnode, struct callchain_node *
pair_cnode
)
callchain_cnode_matched()
argument
Completed in 12 milliseconds