Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dpmus.c439 #define COPY_STR(str) s->str = info->str ? strdup(info->str) : NULL in perf_pmus__print_pmu_events__callback() macro
440 COPY_STR(name); in perf_pmus__print_pmu_events__callback()
441 COPY_STR(alias); in perf_pmus__print_pmu_events__callback()
442 COPY_STR(scale_unit); in perf_pmus__print_pmu_events__callback()
443 COPY_STR(desc); in perf_pmus__print_pmu_events__callback()
444 COPY_STR(long_desc); in perf_pmus__print_pmu_events__callback()
445 COPY_STR(encoding_desc); in perf_pmus__print_pmu_events__callback()
446 COPY_STR(topic); in perf_pmus__print_pmu_events__callback()
447 COPY_STR(pmu_name); in perf_pmus__print_pmu_events__callback()
448 COPY_STR(event_type_desc); in perf_pmus__print_pmu_events__callback()
[all …]