Searched refs:on_name (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evswitch.c | 43 if (evswitch->on_name) { in evswitch__init() 44 evswitch->on = perf_evlist__find_evsel_by_str(evlist, evswitch->on_name); in evswitch__init() 46 evswitch__fprintf_enoent(fp, "on", evswitch->on_name); in evswitch__init()
|
H A D | evswitch.h | 14 const char *on_name, *off_name; member 24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evswitch.c | 43 if (evswitch->on_name) { in evswitch__init() 44 evswitch->on = evlist__find_evsel_by_str(evlist, evswitch->on_name); in evswitch__init() 46 evswitch__fprintf_enoent(fp, "on", evswitch->on_name); in evswitch__init()
|
H A D | evswitch.h | 14 const char *on_name, *off_name; member 24 OPT_STRING(0, "switch-on", &(evswitch)->on_name, \
|
Completed in 1 milliseconds