Searched refs:RC_STRUCT (Results 1 – 6 of 6) sorted by relevance
37 #define RC_STRUCT(struct_name) struct struct_name macro68 #define RC_STRUCT(struct_name) struct original_##struct_name macro
124 RC_STRUCT(map) *map; in map__new()224 RC_STRUCT(map) *map; in map__new2()416 RC_STRUCT(map) *map; in map__clone()417 size_t size = sizeof(RC_STRUCT(map)); in map__clone()
145 RC_STRUCT(nsinfo) *nsi; in nsinfo__alloc()
42 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
166 RC_STRUCT(maps) *maps = zalloc(sizeof(*maps)); in maps__new()
20 RC_STRUCT(perf_cpu_map) *cpus = malloc(sizeof(*cpus) + sizeof(struct perf_cpu) * nr_cpus); in perf_cpu_map__alloc()