max_vls 1467 tools/perf/util/probe-finder.c if (af->nvls == af->max_vls) { max_vls 1468 tools/perf/util/probe-finder.c pr_warning("Too many( > %d) probe point found.\n", af->max_vls); max_vls 1517 tools/perf/util/probe-finder.c .max_vls = probe_conf.max_probes}; max_vls 1521 tools/perf/util/probe-finder.c *vls = zalloc(sizeof(struct variable_list) * af.max_vls); max_vls 105 tools/perf/util/probe-finder.h int max_vls; /* Max no. of variable lists */