Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c297 static void pt_config_buffer(void *buf, unsigned int topa_idx, in pt_config_buffer() argument
304 reg = 0x7f | ((u64)topa_idx << 7) | ((u64)output_off << 32); in pt_config_buffer()
527 u64 topa_idx, base, old; in pt_update_head() local
533 for (topa_idx = 0; topa_idx < buf->cur_idx; topa_idx++) in pt_update_head()
534 base += sizes(buf->cur->table[topa_idx].size); in pt_update_head()