Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dthread-stack.c102 struct branch_stack *br_stack_rb; member
152 ts->br_stack_rb = zalloc(sz); in thread_stack__init()
153 if (!ts->br_stack_rb) in thread_stack__init()
346 if (ts->br_stack_rb) in __thread_stack__flush()
347 ts->br_stack_rb->nr = 0; in __thread_stack__flush()
385 struct branch_stack *bs = ts->br_stack_rb; in thread_stack__update_br_stack()
491 zfree(&ts->br_stack_rb); in __thread_stack__free()
631 src = ts->br_stack_rb; in thread_stack__br_sample()
693 src = ts->br_stack_rb; in thread_stack__br_sample_late()