Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dthread-stack.c103 unsigned int br_stack_sz; member
138 bool callstack, unsigned int br_stack_sz) in thread_stack__init() argument
148 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() argument
202 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 …]
H A Dthread-stack.h84 unsigned int br_stack_sz, bool mispred_all);