/Linux-v6.6/kernel/events/ |
D | core.c | 689 struct perf_event_pmu_context *pmu_ctx; in perf_ctx_disable() local 691 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) in perf_ctx_disable() 692 perf_pmu_disable(pmu_ctx->pmu); in perf_ctx_disable() 697 struct perf_event_pmu_context *pmu_ctx; in perf_ctx_enable() local 699 list_for_each_entry(pmu_ctx, &ctx->pmu_ctx_list, pmu_ctx_entry) in perf_ctx_enable() 700 perf_pmu_enable(pmu_ctx->pmu); in perf_ctx_enable() 1578 if (left_pmu < right->pmu_ctx->pmu) in perf_event_groups_cmp() 1580 if (left_pmu > right->pmu_ctx->pmu) in perf_event_groups_cmp() 1626 return perf_event_groups_cmp(e->cpu, e->pmu_ctx->pmu, event_cgroup(e), in __group_less() 1794 event->pmu_ctx->nr_events++; in list_add_event() [all …]
|
/Linux-v6.6/arch/x86/events/intel/ |
D | lbr.c | 541 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_lbr_sched_task() argument 554 task_ctx = pmu_ctx ? pmu_ctx->task_ctx_data : NULL; in intel_pmu_lbr_sched_task() 590 if (branch_user_callstack(cpuc->br_sel) && event->pmu_ctx->task_ctx_data) in intel_pmu_lbr_add() 591 task_context_opt(event->pmu_ctx->task_ctx_data)->lbr_callstack_users++; in intel_pmu_lbr_add() 667 event->pmu_ctx->task_ctx_data) in intel_pmu_lbr_del() 668 task_context_opt(event->pmu_ctx->task_ctx_data)->lbr_callstack_users--; in intel_pmu_lbr_del()
|
D | core.c | 4814 static void intel_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, in intel_pmu_sched_task() argument 4817 intel_pmu_pebs_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task() 4818 intel_pmu_lbr_sched_task(pmu_ctx, sched_in); in intel_pmu_sched_task()
|
D | ds.c | 1128 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in intel_pmu_pebs_sched_task() argument
|
/Linux-v6.6/arch/x86/events/ |
D | perf_event.h | 818 void (*sched_task)(struct perf_event_pmu_context *pmu_ctx, 1312 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in); 1353 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in); 1378 static inline void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task() argument 1540 void intel_pmu_pebs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in); 1551 void intel_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in);
|
D | core.c | 2623 static void x86_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in x86_pmu_sched_task() argument 2625 static_call_cond(x86_pmu_sched_task)(pmu_ctx, sched_in); in x86_pmu_sched_task()
|
/Linux-v6.6/arch/x86/events/amd/ |
D | brs.c | 384 void amd_pmu_brs_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_brs_sched_task() argument
|
D | lbr.c | 376 void amd_pmu_lbr_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in amd_pmu_lbr_sched_task() argument
|
/Linux-v6.6/include/linux/ |
D | perf_event.h | 455 void (*sched_task) (struct perf_event_pmu_context *pmu_ctx, 744 struct perf_event_pmu_context *pmu_ctx; member 1385 return event->pmu_ctx->pmu->task_ctx_nr == perf_sw_context; in in_software_context()
|
/Linux-v6.6/arch/s390/kernel/ |
D | perf_pai_crypto.c | 381 static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paicrypt_sched_task() argument
|
D | perf_pai_ext.c | 470 static void paiext_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in paiext_sched_task() argument
|
/Linux-v6.6/arch/powerpc/perf/ |
D | core-book3s.c | 135 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) {} in power_pmu_sched_task() argument 454 static void power_pmu_sched_task(struct perf_event_pmu_context *pmu_ctx, bool sched_in) in power_pmu_sched_task() argument
|