Searched refs:RC_STRUCT (Results 1 – 9 of 9) sorted by relevance
37 #define RC_STRUCT(struct_name) struct struct_name macro71 #define RC_STRUCT(struct_name) struct original_##struct_name macro
29 RC_STRUCT(mem_info) *mi = zalloc(sizeof(*mi)); in mem_info__new()
128 RC_STRUCT(map) *map; in map__new()224 RC_STRUCT(map) *map; in map__new2()414 RC_STRUCT(map) *map; in map__clone()415 size_t size = sizeof(RC_STRUCT(map)); in map__clone()
82 RC_STRUCT(comm_str) *cs; in comm_str__new()
145 RC_STRUCT(nsinfo) *nsi; in nsinfo__alloc()
46 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
248 RC_STRUCT(maps) *maps = zalloc(sizeof(*maps)); in maps__new()
1527 RC_STRUCT(dso) *dso = zalloc(sizeof(*dso) + strlen(name) + 1); in dso__new_id()
25 RC_STRUCT(perf_cpu_map) *cpus; in perf_cpu_map__alloc()
Completed in 19 milliseconds