Searched refs:on_name (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Devswitch.h14 const char *on_name, *off_name; member in struct:evswitch
24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
H A Devswitch.c43 if (evswitch->on_name) {
44 evswitch->on = evlist__find_evsel_by_str(evlist, evswitch->on_name);
46 evswitch__fprintf_enoent(fp, "on", evswitch->on_name);

Completed in 77 milliseconds