Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/pmu-events/
Djevents.c149 int esc_count = 0; in fixregex() local
157 ++esc_count; in fixregex()
160 if (esc_count == 0) in fixregex()
164 fixed = (char *) malloc(len + esc_count + 1); in fixregex()