Lines Matching defs:fixed
173 char *fixed = NULL;
187 fixed = (char *) malloc(len + esc_count + 1);
188 if (!fixed)
192 q = fixed;
202 return fixed;
479 static struct fixed {
482 } fixed[] = {
495 * Handle different fixed counter encodings between JSON and perf.
504 for (i = 0; fixed[i].name; i++)
505 if (!strcasecmp(name, fixed[i].name))
506 return (char *)fixed[i].event;