Searched refs:realloc_array_as_needed (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | util.h | 86 #define realloc_array_as_needed(a, n, x, v) ({ \ macro
|
D | machine.c | 3198 if (realloc_array_as_needed(machine->current_tid, in machine__set_current_tid()
|
/linux-6.1.9/tools/perf/ |
D | builtin-inject.c | 842 if (realloc_array_as_needed(gs->vcpu, gs->vcpu_cnt, vcpu, NULL)) in guest_session__vcpu()
|
D | builtin-record.c | 1099 if (realloc_array_as_needed(rec->index_map, rec->index_map_sz, x, NULL)) in record__map_thread_evlist_pollfd_indexes()
|