Searched refs:pmu_ctx (Results 1 – 8 of 8) sorted by relevance
| /linux/kernel/events/ |
| H A D | core.c | 809 static bool perf_skip_pmu_ctx(struct perf_event_pmu_context *pmu_ctx, in perf_skip_pmu_ctx() argument 812 if ((event_type & EVENT_CGROUP) && !pmu_ctx->nr_cgroups) in perf_skip_pmu_ctx() 815 !(pmu_ctx->pmu->capabilities & PERF_PMU_CAP_MEDIATED_VPMU)) in perf_skip_pmu_ctx() 831 struct perf_event_pmu_context *pmu_ctx; in perf_ctx_disable() local 833 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_disable() 834 perf_pmu_disable(pmu_ctx->pmu); in perf_ctx_disable() 840 struct perf_event_pmu_context *pmu_ctx; in perf_ctx_enable() local 842 for_each_epc(pmu_ctx, ctx, NULL, event_type) in perf_ctx_enable() 843 perf_pmu_enable(pmu_ctx->pmu); in perf_ctx_enable() 1171 event->pmu_ctx->nr_cgroups++; in perf_cgroup_event_enable() [all …]
|
| /linux/arch/x86/events/ |
| H A D | perf_event.h | 931 void (*sched_task)(struct perf_event_pmu_context *pmu_ctx, 1476 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, 1531 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, 1557 static inline void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, in amd_pmu_brs_sched_task() argument 1753 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in); 1767 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx,
|
| H A D | core.c | 2729 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, in x86_pmu_sched_task() argument 2732 static_call_cond(x86_pmu_sched_task)(pmu_ctx, task, sched_in); in x86_pmu_sched_task()
|
| /linux/include/linux/ |
| H A D | perf_event.h | 514 void (*sched_task) (struct perf_event_pmu_context *pmu_ctx, 838 struct perf_event_pmu_context *pmu_ctx; member 1564 return event->pmu_ctx->pmu->task_ctx_nr == perf_sw_context; in in_software_context()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_pai.c | 673 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, in paicrypt_sched_task() argument 737 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, in paiext_sched_task() argument
|
| /linux/arch/powerpc/perf/ |
| H A D | core-book3s.c | 135 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, in power_pmu_sched_task() argument 450 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, in power_pmu_sched_task() argument
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 6233 static void intel_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, in intel_pmu_sched_task() argument 6236 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task() 6237 intel_pmu_lbr_sched_task(pmu_ctx, task, sched_in); in intel_pmu_sched_task()
|
| H A D | ds.c | 1592 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument
|