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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dparse-events.c450 #define MAX_EVOPT_LEN (MAX_EVENT_LENGTH * 2 + 2 + 128) macro
468 char event_opt[MAX_EVOPT_LEN + 1];
480 len = snprintf(event_opt, MAX_EVOPT_LEN, "%s:%s%s%s", sys_name,

Completed in 55 milliseconds