Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dutil.h94 #define realloc_array_as_needed(a, n, x, v) ({ \ macro
H A Dmachine.c3277 if (realloc_array_as_needed(machine->current_tid, in machine__set_current_tid()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c858 if (realloc_array_as_needed(gs->vcpu, gs->vcpu_cnt, vcpu, NULL)) in guest_session__vcpu()
H A Dbuiltin-record.c1125 if (realloc_array_as_needed(rec->index_map, rec->index_map_sz, x, NULL)) in record__map_thread_evlist_pollfd_indexes()