Home
last modified time | relevance | path

Searched refs:perf_event_context (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/events/
H A Dcore.c172 static inline void __perf_ctx_lock(struct perf_event_context *ctx) in __perf_ctx_lock()
179 struct perf_event_context *ctx) in perf_ctx_lock()
186 static inline void __perf_ctx_unlock(struct perf_event_context *ctx) in __perf_ctx_unlock()
202 struct perf_event_context *ctx) in perf_ctx_unlock()
218 struct perf_event_context *perf_cpu_task_ctx(void) in perf_cpu_task_ctx()
244 struct perf_event_context *, void *);
256 struct perf_event_context *ctx = event->ctx; in event_function()
258 struct perf_event_context *task_ctx = cpuctx->task_ctx; in event_function()
300 struct perf_event_context *ctx = event->ctx; in event_function_call()
357 struct perf_event_context *ctx = event->ctx; in event_function_local()
[all …]
/linux/include/linux/
H A Dperf_event.h783 struct perf_event_context *ctx;
917 struct perf_event_context *ctx;
960 struct perf_event_context { struct
1001 struct perf_event_context *parent_ctx; argument
1043 struct perf_event_context ctx; argument
1044 struct perf_event_context *task_ctx;
1103 perf_cgroup_from_task(struct task_struct *task, struct perf_event_context *ctx) in perf_cgroup_from_task()
1114 extern struct perf_event_context *perf_cpu_task_ctx(void);
H A Dsched.h67 struct perf_event_context;
1304 struct perf_event_context *perf_event_ctxp;
/linux/drivers/perf/
H A Darm_pmuv3.c816 struct perf_event_context *ctx; in armv8pmu_start()