Searched refs:PCI_EVENT_ATTR (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/perf/ |
| H A D | fujitsu_uncore_pmu.c | 343 #define PCI_EVENT_ATTR(_name, _id) \ macro 347 PCI_EVENT_ATTR(pci-port0-cycles, 0x00), 348 PCI_EVENT_ATTR(pci-port0-read-count, 0x10), 349 PCI_EVENT_ATTR(pci-port0-read-count-bus, 0x14), 350 PCI_EVENT_ATTR(pci-port0-write-count, 0x20), 351 PCI_EVENT_ATTR(pci-port0-write-count-bus, 0x24), 352 PCI_EVENT_ATTR(pci-port1-cycles, 0x40), 353 PCI_EVENT_ATTR(pci-port1-read-count, 0x50), 354 PCI_EVENT_ATTR(pci-port1-read-count-bus, 0x54), 355 PCI_EVENT_ATTR(pci-port1-write-count, 0x60), [all …]
|