Home
last modified time | relevance | path

Searched refs:RC_STRUCT (Results 1 – 9 of 9) sorted by relevance

/tools/lib/perf/include/internal/
A Drc_check.h37 #define RC_STRUCT(struct_name) struct struct_name macro
71 #define RC_STRUCT(struct_name) struct original_##struct_name macro
/tools/perf/util/
A Dmem-info.c29 RC_STRUCT(mem_info) *mi = zalloc(sizeof(*mi)); in mem_info__new()
A Dmap.c128 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()
A Dcomm.c82 RC_STRUCT(comm_str) *cs; in comm_str__new()
A Dnamespaces.c145 RC_STRUCT(nsinfo) *nsi; in nsinfo__alloc()
A Dthread.c46 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
A Dmaps.c248 RC_STRUCT(maps) *maps = zalloc(sizeof(*maps)); in maps__new()
A Ddso.c1527 RC_STRUCT(dso) *dso = zalloc(sizeof(*dso) + strlen(name) + 1); in dso__new_id()
/tools/lib/perf/
A Dcpumap.c25 RC_STRUCT(perf_cpu_map) *cpus; in perf_cpu_map__alloc()

Completed in 19 milliseconds