Searched refs:is_sampling_event (Results 1 – 22 of 22) sorted by relevance
172 if (!is_sampling_event(event)) { in arc_pmu_event_init()305 if (is_sampling_event(event)) in arc_pmu_start()320 if (is_sampling_event(event)) { in arc_pmu_stop()377 if (is_sampling_event(event)) { in arc_pmu_add()
90 TRACE_EVENT_PERF_PERM(irq_work_exit, is_sampling_event(p_event) ? -EPERM : 0);
139 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in hisi_uncore_pmu_event_init()
160 if (!is_sampling_event(event)) { in xtensa_perf_event_set_period()
52 if (!is_sampling_event(p_event)) in perf_trace_event_perm()
221 if (is_sampling_event(event)) /* No sampling support */ in __hw_perf_event_init()
895 if (!is_sampling_event(event)) in cpumsf_pmu_event_init()
301 if (is_sampling_event(event) || in l2x0_pmu_event_init()
220 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in perf_iommu_event_init()
198 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in amd_uncore_event_init()
627 if (is_sampling_event(bp)) { in hw_breakpoint_add()
2940 if (event->attr.inherit || !is_sampling_event(event)) in _perf_event_refresh()5113 if (!is_sampling_event(event)) in perf_event_period()8172 if (unlikely(!is_sampling_event(event))) in __perf_event_overflow()8289 if (!is_sampling_event(event)) in perf_swevent_event()8467 if (is_sampling_event(event)) { in perf_swevent_add()9591 if (!is_sampling_event(event)) in perf_swevent_start_hrtimer()9611 if (is_sampling_event(event)) { in perf_swevent_cancel_hrtimer()9623 if (!is_sampling_event(event)) in perf_swevent_init_hrtimer()11003 if (is_sampling_event(event)) { in SYSCALL_DEFINE5()
283 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in mmdc_pmu_event_init()
244 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in ddr_perf_event_init()
402 if (!is_sampling_event(event)) { in __hw_perf_event_init()
551 if (is_sampling_event(event)) { in dsu_pmu_event_init()
424 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in tx2_uncore_event_init()
1327 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in cci_pmu_event_init()
905 if (is_sampling_event(event) || event->attach_state & PERF_ATTACH_TASK) in xgene_perf_event_init()
84 if (!is_sampling_event(event)) {
413 if (!is_sampling_event(event)) { in x86_setup_perfctr()503 if (!is_sampling_event(event)) in x86_pmu_hw_config()
1051 static inline bool is_sampling_event(struct perf_event *event) in is_sampling_event() function