Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_pt.c238 static void pt_config_buffer(void *buf, unsigned int topa_idx, in pt_config_buffer() argument
245 reg = 0x7f | ((u64)topa_idx << 7) | ((u64)output_off << 32); in pt_config_buffer()
468 u64 topa_idx, base, old; in pt_update_head() local
474 for (topa_idx = 0; topa_idx < buf->cur_idx; topa_idx++) in pt_update_head()
475 base += sizes(buf->cur->table[topa_idx].size); in pt_update_head()