Lines Matching defs:fixed
150 char *fixed = NULL;
164 fixed = (char *) malloc(len + esc_count + 1);
165 if (!fixed)
169 q = fixed;
179 return fixed;
478 static struct fixed {
481 } fixed[] = {
492 * Handle different fixed counter encodings between JSON and perf.
501 for (i = 0; fixed[i].name; i++)
502 if (!strcasecmp(name, fixed[i].name))
503 return (char *)fixed[i].event;