Searched refs:br_stack_sz (Results 1 – 2 of 2) sorted by relevance
103 unsigned int br_stack_sz; member138 bool callstack, unsigned int br_stack_sz) in thread_stack__init() argument148 if (br_stack_sz) { in thread_stack__init()151 sz += br_stack_sz * sizeof(struct branch_entry); in thread_stack__init()155 ts->br_stack_sz = br_stack_sz; in thread_stack__init()176 unsigned int br_stack_sz) in thread_stack__new() argument202 thread_stack__init(ts, thread, crp, callstack, br_stack_sz)) in thread_stack__new()389 ts->br_stack_pos = ts->br_stack_sz; in thread_stack__update_br_stack()402 if (bs->nr < ts->br_stack_sz) in thread_stack__update_br_stack()408 unsigned int br_stack_sz, bool mispred_all) in thread_stack__event() argument[all …]
84 unsigned int br_stack_sz, bool mispred_all);