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

/linux-master/tools/perf/util/
H A Dpmus.c424 #define COPY_STR(str) s->str = info->str ? strdup(info->str) : NULL macro
425 COPY_STR(name);
426 COPY_STR(alias);
427 COPY_STR(scale_unit);
428 COPY_STR(desc);
429 COPY_STR(long_desc);
430 COPY_STR(encoding_desc);
431 COPY_STR(topic);
432 COPY_STR(pmu_name);
433 #undef COPY_STR macro
[all...]

Completed in 110 milliseconds