Home
last modified time | relevance | path

Searched defs:bts (Results 1 – 3 of 3) sorted by relevance

/arch/x86/events/intel/
Dbts.c183 static void bts_update(struct bts_ctx *bts) in bts_update()
234 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in __bts_event_start() local
263 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_start() local
293 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in __bts_event_stop() local
308 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_stop() local
341 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_enable_local() local
361 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_disable_local() local
453 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_interrupt() local
521 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_add() local
Dcore.c2210 static __always_inline void __intel_pmu_disable_all(bool bts) in __intel_pmu_disable_all()
/arch/x86/events/
Dperf_event.h830 unsigned int bts :1, member