vmlinux_path__nr_entries  848 tools/perf/util/machine.c 	for (i = 0; i < vmlinux_path__nr_entries; ++i)
vmlinux_path__nr_entries   48 tools/perf/util/symbol.c int vmlinux_path__nr_entries;
vmlinux_path__nr_entries 1860 tools/perf/util/symbol.c 		 vmlinux_path__nr_entries + 1);
vmlinux_path__nr_entries 1862 tools/perf/util/symbol.c 	for (i = 0; i < vmlinux_path__nr_entries; ++i) {
vmlinux_path__nr_entries 2095 tools/perf/util/symbol.c 	while (--vmlinux_path__nr_entries >= 0)
vmlinux_path__nr_entries 2096 tools/perf/util/symbol.c 		zfree(&vmlinux_path[vmlinux_path__nr_entries]);
vmlinux_path__nr_entries 2097 tools/perf/util/symbol.c 	vmlinux_path__nr_entries = 0;
vmlinux_path__nr_entries 2117 tools/perf/util/symbol.c 	vmlinux_path[vmlinux_path__nr_entries] = strdup(new_entry);
vmlinux_path__nr_entries 2118 tools/perf/util/symbol.c 	if (vmlinux_path[vmlinux_path__nr_entries] == NULL)
vmlinux_path__nr_entries 2120 tools/perf/util/symbol.c 	++vmlinux_path__nr_entries;
vmlinux_path__nr_entries   94 tools/perf/util/symbol.h extern int vmlinux_path__nr_entries;