Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/include/internal/
H A Drc_check.h37 #define RC_STRUCT(struct_name) struct struct_name macro
68 #define RC_STRUCT(struct_name) struct original_##struct_name macro
/openbmc/linux/tools/perf/util/
H A 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()
H A Dnamespaces.c145 RC_STRUCT(nsinfo) *nsi; in nsinfo__alloc()
H A Dthread.c42 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
H A Dmaps.c166 RC_STRUCT(maps) *maps = zalloc(sizeof(*maps)); in maps__new()
/openbmc/linux/tools/lib/perf/
H A Dcpumap.c20 RC_STRUCT(perf_cpu_map) *cpus = malloc(sizeof(*cpus) + sizeof(struct perf_cpu) * nr_cpus); in perf_cpu_map__alloc()