Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/events/intel/
H A Dbts.c23 struct bts_ctx { struct
39 static struct bts_ctx __percpu *bts_ctx; argument
234 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in __bts_event_start()
263 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in bts_event_start()
293 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in __bts_event_stop()
308 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in bts_event_stop()
344 if (!bts_ctx) in intel_bts_enable_local()
368 if (!bts_ctx) in intel_bts_disable_local()
469 if (!bts_ctx) in intel_bts_interrupt()
536 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in bts_event_add()
[all …]