Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf_dump.c984 __u32 *new_stack; in btf_dump_push_decl_stack_id() local
989 new_stack = realloc(d->decl_stack, in btf_dump_push_decl_stack_id()
990 new_cap * sizeof(new_stack[0])); in btf_dump_push_decl_stack_id()
991 if (!new_stack) in btf_dump_push_decl_stack_id()
993 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
/tools/perf/util/
Dthread-stack.c112 struct thread_stack_entry *new_stack; in thread_stack__grow() local
118 new_stack = realloc(ts->stack, sz); in thread_stack__grow()
119 if (!new_stack) in thread_stack__grow()
122 ts->stack = new_stack; in thread_stack__grow()