Home
last modified time | relevance | path

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

/Linux-v6.6/tools/lib/perf/include/internal/
Drc_check.h33 #define RC_STRUCT(struct_name) struct struct_name macro
64 #define RC_STRUCT(struct_name) struct original_##struct_name macro
/Linux-v6.6/tools/perf/util/
Dmap.c124 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()
Dnamespaces.c145 RC_STRUCT(nsinfo) *nsi; in nsinfo__alloc()
Dthread.c44 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
Dmaps.c166 RC_STRUCT(maps) *maps = zalloc(sizeof(*maps)); in maps__new()
/Linux-v6.6/tools/lib/perf/
Dcpumap.c20 RC_STRUCT(perf_cpu_map) *cpus = malloc(sizeof(*cpus) + sizeof(struct perf_cpu) * nr_cpus); in perf_cpu_map__alloc()