Home
last modified time | relevance | path

Searched refs:child_ops (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-loongarch.c115 .child_ops = child_events,
H A Dkvm-stat-s390.c67 .child_ops = child_events,
/linux/drivers/pci/controller/cadence/
H A Dpcie-sg2042.c47 bridge->child_ops = &sg2042_pcie_child_ops; in sg2042_pcie_probe()
/linux/tools/perf/
H A Dbuiltin-kvm.c814 const struct child_event_ops *child_ops; in is_child_event()
816 child_ops = kvm->events_ops->child_ops; in is_child_event()
818 if (!child_ops) in is_child_event()
821 for (; child_ops->name; child_ops++) { in is_child_event()
822 if (evsel__name_is(sample->evsel, child_ops->name)) { in is_child_event()
823 child_ops->get_key(sample, key); in is_child_event()
813 const struct child_event_ops *child_ops; is_child_event() local
/linux/tools/perf/util/
H A Dkvm-stat.h65 const struct child_event_ops *child_ops;
68 const struct child_event_ops *child_ops; global() member
/linux/drivers/pci/controller/dwc/
H A Dpcie-al.c300 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
/linux/drivers/pci/controller/
H A Dpci-mvebu.c1620 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()
/linux/include/linux/
H A Dpci.h638 struct pci_ops *child_ops; member