on_name            43 tools/perf/util/evswitch.c 	if (evswitch->on_name) {
on_name            44 tools/perf/util/evswitch.c 		evswitch->on = perf_evlist__find_evsel_by_str(evlist, evswitch->on_name);
on_name            46 tools/perf/util/evswitch.c 			evswitch__fprintf_enoent(fp, "on", evswitch->on_name);
on_name            14 tools/perf/util/evswitch.h 	const char   *on_name, *off_name;
on_name            24 tools/perf/util/evswitch.h 	OPT_STRING(0, "switch-on", &(evswitch)->on_name,				  \