Searched refs:CCN_EVENT_WATCHPOINT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-ccn.c | 117 #define CCN_EVENT_WATCHPOINT 0xfe /* Pseudoevent */ macro 287 .type = CCN_TYPE_MN, .event = CCN_EVENT_WATCHPOINT, \ 293 .event = CCN_EVENT_WATCHPOINT, .num_ports = CCN_NUM_XP_PORTS, \ 298 .event = CCN_EVENT_WATCHPOINT, .num_ports = CCN_NUM_XP_PORTS, \ 349 if (event->event == CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_show() 432 CCN_EVENT_XP(watchpoint, CCN_EVENT_WATCHPOINT), 675 if (type == CCN_TYPE_XP && event_id == CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_alloc() 707 CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_release() 820 if (event_id == CCN_EVENT_WATCHPOINT && type != CCN_TYPE_XP) { in arm_ccn_pmu_event_init() 1081 CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_config() [all...] |
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | arm-ccn.c | 117 #define CCN_EVENT_WATCHPOINT 0xfe /* Pseudoevent */ macro 287 .type = CCN_TYPE_MN, .event = CCN_EVENT_WATCHPOINT, \ 293 .event = CCN_EVENT_WATCHPOINT, .num_ports = CCN_NUM_XP_PORTS, \ 298 .event = CCN_EVENT_WATCHPOINT, .num_ports = CCN_NUM_XP_PORTS, \ 345 if (event->event == CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_show() 427 CCN_EVENT_XP(watchpoint, CCN_EVENT_WATCHPOINT), 670 if (type == CCN_TYPE_XP && event_id == CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_alloc() 702 CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_release() 815 if (event_id == CCN_EVENT_WATCHPOINT && type != CCN_TYPE_XP) { in arm_ccn_pmu_event_init() 1076 CCN_EVENT_WATCHPOINT) in arm_ccn_pmu_event_config() [all...] |
Completed in 5 milliseconds