Searched refs:perf_ctx_data (Results 1 – 4 of 4) sorted by relevance
529 struct perf_ctx_data *ctx_data; in intel_pmu_lbr_sched_task()541 ctx_data = rcu_dereference(task->perf_ctx_data); in intel_pmu_lbr_sched_task()583 struct perf_ctx_data *ctx_data; in intel_pmu_lbr_add()586 ctx_data = rcu_dereference(task->perf_ctx_data); in intel_pmu_lbr_add()669 struct perf_ctx_data *ctx_data; in intel_pmu_lbr_del()672 ctx_data = rcu_dereference(task->perf_ctx_data); in intel_pmu_lbr_del()
73 struct perf_ctx_data;1347 struct perf_ctx_data __rcu *perf_ctx_data; member
1096 struct perf_ctx_data { struct
5232 static struct perf_ctx_data *5235 struct perf_ctx_data *cd; in alloc_perf_ctx_data()5254 static void free_perf_ctx_data(struct perf_ctx_data *cd) in free_perf_ctx_data()5262 struct perf_ctx_data *cd; in __free_perf_ctx_data_rcu()5264 cd = container_of(rcu_head, struct perf_ctx_data, rcu_head); in __free_perf_ctx_data_rcu()5268 static inline void perf_free_ctx_data_rcu(struct perf_ctx_data *cd) in perf_free_ctx_data_rcu()5277 struct perf_ctx_data *cd, *old = NULL; in attach_task_ctx_data()5284 if (try_cmpxchg((struct perf_ctx_data **)&task->perf_ctx_data, &old, cd)) { in attach_task_ctx_data()5319 struct perf_ctx_data *cd; in attach_global_ctx_data()5332 cd = rcu_dereference(p->perf_ctx_data); in attach_global_ctx_data()[all …]