Home
last modified time | relevance | path

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

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