Home
last modified time | relevance | path

Searched refs:PM_BUSEVENT_MSK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/perf/
Dpower5-pmu.c29 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
160 if (event & PM_BUSEVENT_MSK) { in power5_get_constraint()
367 if (!(event & PM_BUSEVENT_MSK)) in power5_marked_instr_event()
418 if (event[i] & PM_BUSEVENT_MSK) { in power5_compute_mmcr()
496 isbus = event[i] & PM_BUSEVENT_MSK; in power5_compute_mmcr()
Dpower6-pmu.c34 #define PM_BUSEVENT_MSK 0xf3700 macro
165 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power6_marked_instr_event()
213 if (ev & PM_BUSEVENT_MSK) { in p6_compute_mmcr()
284 if (event & PM_BUSEVENT_MSK) { in p6_get_constraint()
Dpower5+-pmu.c29 #define PM_BUSEVENT_MSK 0x80 /* Set if event uses event bus */ macro
153 if (event & PM_BUSEVENT_MSK) { in power5p_get_constraint()
436 if (!(event & PM_BUSEVENT_MSK) || bit == -1) in power5p_marked_instr_event()
482 if (event[i] & PM_BUSEVENT_MSK) { in power5p_compute_mmcr()
556 isbus = event[i] & PM_BUSEVENT_MSK; in power5p_compute_mmcr()