Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dpmus.c419 #define COPY_STR(str) s->str = info->str ? strdup(info->str) : NULL in perf_pmus__print_pmu_events__callback() macro
420 COPY_STR(name); in perf_pmus__print_pmu_events__callback()
421 COPY_STR(alias); in perf_pmus__print_pmu_events__callback()
422 COPY_STR(scale_unit); in perf_pmus__print_pmu_events__callback()
423 COPY_STR(desc); in perf_pmus__print_pmu_events__callback()
424 COPY_STR(long_desc); in perf_pmus__print_pmu_events__callback()
425 COPY_STR(encoding_desc); in perf_pmus__print_pmu_events__callback()
426 COPY_STR(topic); in perf_pmus__print_pmu_events__callback()
427 COPY_STR(pmu_name); in perf_pmus__print_pmu_events__callback()
428 #undef COPY_STR in perf_pmus__print_pmu_events__callback()