Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dbts.c24 struct bts_ctx { struct
40 static struct bts_ctx __percpu *bts_ctx; argument
184 static void bts_update(struct bts_ctx *bts) in bts_update()
235 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in __bts_event_start()
264 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in bts_event_start()
294 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in __bts_event_stop()
309 struct bts_ctx *bts = this_cpu_ptr(bts_ctx); in bts_event_stop()
342 struct bts_ctx *bts; in intel_bts_enable_local()
345 if (!bts_ctx) in intel_bts_enable_local()
348 bts = this_cpu_ptr(bts_ctx); in intel_bts_enable_local()
[all …]