Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c196 static bool bts_buffer_is_full(struct bts_buffer *buf, struct bts_ctx *bts) in bts_buffer_is_full()
208 static void bts_update(struct bts_ctx *bts) in bts_update()
240 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in __bts_event_start() local
270 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_start() local
294 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_stop() local
307 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_enable_local() local
315 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_disable_local() local
401 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in intel_bts_interrupt() local
443 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_del() local
466 struct bts_ctx *bts = this_cpu_ptr(&bts_ctx); in bts_event_add() local
Dperf_event.h588 unsigned int bts :1, member