itops            1063 tools/perf/util/s390-cpumsf.c static bool check_auxtrace_itrace(struct itrace_synth_opts *itops)
itops            1067 tools/perf/util/s390-cpumsf.c 	if (!itops || !itops->set)
itops            1069 tools/perf/util/s390-cpumsf.c 	ison = itops->inject || itops->instructions || itops->branches ||
itops            1070 tools/perf/util/s390-cpumsf.c 		itops->transactions || itops->ptwrites ||
itops            1071 tools/perf/util/s390-cpumsf.c 		itops->pwr_events || itops->errors ||
itops            1072 tools/perf/util/s390-cpumsf.c 		itops->dont_decode || itops->calls || itops->returns ||
itops            1073 tools/perf/util/s390-cpumsf.c 		itops->callchain || itops->thread_stack ||
itops            1074 tools/perf/util/s390-cpumsf.c 		itops->last_branch;