Home
last modified time | relevance | path

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

/linux/tools/perf/util/kvm-stat-arch/
H A Dkvm-stat-loongarch.c118 .child_ops = child_events,
H A Dkvm-stat-s390.c71 .child_ops = child_events,
/linux/tools/perf/
H A Dbuiltin-kvm.c813 const struct child_event_ops *child_ops; in is_child_event() local
815 child_ops = kvm->events_ops->child_ops; in is_child_event()
817 if (!child_ops) in is_child_event()
820 for (; child_ops->name; child_ops++) { in is_child_event()
821 if (evsel__name_is(evsel, child_ops->name)) { in is_child_event()
822 child_ops->get_key(evsel, sample, key); in is_child_event()
/linux/tools/perf/util/
H A Dkvm-stat.h68 const struct child_event_ops *child_ops; member
/linux/drivers/pci/controller/dwc/
H A Dpcie-al.c306 pp->bridge->child_ops = &al_child_pci_ops; in al_pcie_host_init()
/linux/drivers/pci/controller/
H A Dpci-mvebu.c1621 bridge->child_ops = &mvebu_pcie_child_ops; in mvebu_pcie_probe()