Home
last modified time | relevance | path

Searched refs:itops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c1072 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) in check_auxtrace_itrace() argument
1076 if (!itops || !itops->set) in check_auxtrace_itrace()
1078 ison = itops->inject || itops->instructions || itops->branches || in check_auxtrace_itrace()
1079 itops->transactions || itops->ptwrites || in check_auxtrace_itrace()
1080 itops->pwr_events || itops->errors || in check_auxtrace_itrace()
1081 itops->dont_decode || itops->calls || itops->returns || in check_auxtrace_itrace()
1082 itops->callchain || itops->thread_stack || in check_auxtrace_itrace()
1083 itops->last_branch || itops->add_callchain || in check_auxtrace_itrace()
1084 itops->add_last_branch; in check_auxtrace_itrace()