Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/util/
Dutil.h90 #define realloc_array_as_needed(a, n, x, v) ({ \ macro
Dmachine.c3059 if (realloc_array_as_needed(machine->current_tid, in machine__set_current_tid()
/linux-6.14.4/tools/perf/
Dbuiltin-inject.c1032 if (realloc_array_as_needed(gs->vcpu, gs->vcpu_cnt, vcpu, NULL)) in guest_session__vcpu()
Dbuiltin-record.c1175 if (realloc_array_as_needed(rec->index_map, rec->index_map_sz, x, NULL)) in record__map_thread_evlist_pollfd_indexes()