Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dpmu.h44 #define UNIT_MAX_LEN 31 /* max length for event unit name */ macro
54 char unit[UNIT_MAX_LEN+1];
Dpmu.c184 sret = read(fd, alias->unit, UNIT_MAX_LEN); in perf_pmu__parse_unit()