Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/pmu-events/
Djevents.c167 int esc_count = 0; in fixregex() local
175 ++esc_count; in fixregex()
178 if (esc_count == 0) in fixregex()
182 fixed = (char *) malloc(len + esc_count + 1); in fixregex()