off_name           52 tools/perf/util/evswitch.c 	if (evswitch->off_name) {
off_name           53 tools/perf/util/evswitch.c 		evswitch->off = perf_evlist__find_evsel_by_str(evlist, evswitch->off_name);
off_name           55 tools/perf/util/evswitch.c 			evswitch__fprintf_enoent(fp, "off", evswitch->off_name);
off_name           14 tools/perf/util/evswitch.h 	const char   *on_name, *off_name;
off_name           26 tools/perf/util/evswitch.h 	OPT_STRING(0, "switch-off", &(evswitch)->off_name,				  \