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:child_ops
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kvm.c
300
struct child_event_ops *
child_ops
;
in is_child_event()
local
302
child_ops
= kvm->events_ops->
child_ops
;
in is_child_event()
304
if (!
child_ops
)
in is_child_event()
307
for (;
child_ops
->name;
child_ops
++) {
in is_child_event()
308
if (!strcmp(evsel->name,
child_ops
->name)) {
in is_child_event()
309
child_ops
->get_key(evsel, sample, key);
in is_child_event()
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H
A
D
kvm-stat.c
77
.
child_ops
= child_events,
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H
A
D
kvm-stat.c
76
.
child_ops
= child_events,
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
kvm-stat.h
62
struct child_event_ops *
child_ops
;
member
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kvm-stat.h
69
struct child_event_ops *
child_ops
;
member
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kvm.c
873
struct child_event_ops *
child_ops
;
in is_child_event()
local
875
child_ops
= kvm->events_ops->
child_ops
;
in is_child_event()
877
if (!
child_ops
)
in is_child_event()
880
for (;
child_ops
->name;
child_ops
++) {
in is_child_event()
881
if (evsel__name_is(evsel,
child_ops
->name)) {
in is_child_event()
882
child_ops
->get_key(evsel, sample, key);
in is_child_event()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H
A
D
pcie-designware-host.c
410
bridge->
child_ops
= &dw_child_pcie_ops;
in dw_pcie_host_init()
589
if (pp->bridge->
child_ops
== &dw_child_pcie_ops) {
in dw_pcie_setup_rc()
H
A
D
pcie-al.c
306
pp->bridge->
child_ops
= &al_child_pci_ops;
in al_pcie_host_init()
H
A
D
pci-keystone.c
815
pp->bridge->
child_ops
= &ks_child_pcie_ops;
in ks_pcie_host_init()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H
A
D
pcie-al.c
298
pp->bridge->
child_ops
= &al_child_pci_ops;
in al_pcie_host_init()
H
A
D
pcie-designware-host.c
442
bridge->
child_ops
= &dw_child_pcie_ops;
in dw_pcie_host_init()
792
if (pp->bridge->
child_ops
== &dw_child_pcie_ops) {
in dw_pcie_setup_rc()
H
A
D
pci-keystone.c
809
pp->bridge->
child_ops
= &ks_child_pcie_ops;
in ks_pcie_host_init()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
probe.c
1061
if (host->
child_ops
) {
in pci_alloc_child_bus()
1062
child->ops = host->
child_ops
;
in pci_alloc_child_bus()
/kernel/linux/linux-6.6/drivers/pci/
H
A
D
probe.c
1101
if (host->
child_ops
)
in pci_alloc_child_bus()
1102
child->ops = host->
child_ops
;
in pci_alloc_child_bus()
/kernel/linux/linux-5.10/include/linux/
H
A
D
pci.h
530
struct pci_ops *
child_ops
;
member
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-mvebu.c
1644
bridge->
child_ops
= &mvebu_pcie_child_ops;
in mvebu_pcie_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
pci.h
567
struct pci_ops *
child_ops
;
member
Completed in 32 milliseconds