Searched refs:off_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
26 OPT_STRING(0, "switch-off", &(evswitch)->off_name, \
H A Devswitch.c52 if (evswitch->off_name) {
53 evswitch->off = evlist__find_evsel_by_str(evlist, evswitch->off_name);
55 evswitch__fprintf_enoent(fp, "off", evswitch->off_name);

Completed in 87 milliseconds