Lines Matching defs:synth_opts
47 struct itrace_synth_opts synth_opts;
631 if (etm->synth_opts.last_branch) {
634 sz += etm->synth_opts.last_branch_sz *
749 if (etm->synth_opts.branches || etm->synth_opts.last_branch ||
750 etm->synth_opts.instructions) {
1310 nr = etmq->etm->synth_opts.last_branch_sz - tidq->last_branch_pos;
1322 if (bs_src->nr >= etmq->etm->synth_opts.last_branch_sz) {
1407 tidq->last_branch_pos = etmq->etm->synth_opts.last_branch_sz;
1422 if (bs->nr < etmq->etm->synth_opts.last_branch_sz)
1592 if (etm->synth_opts.last_branch)
1595 if (etm->synth_opts.inject) {
1658 if (etm->synth_opts.last_branch) {
1670 if (etm->synth_opts.inject) {
1734 if (etm->synth_opts.branches) {
1747 if (etm->synth_opts.last_branch) {
1757 if (etm->synth_opts.instructions) {
1759 attr.sample_period = etm->synth_opts.period;
1789 if (etm->synth_opts.last_branch &&
1794 if (etm->synth_opts.instructions &&
1852 if (etm->synth_opts.last_branch)
1877 if (etm->synth_opts.branches) {
1930 if (etmq->etm->synth_opts.last_branch &&
1931 etmq->etm->synth_opts.instructions &&
1957 if (etm->synth_opts.branches &&
1968 if (etm->synth_opts.last_branch)
1988 if (etmq->etm->synth_opts.last_branch &&
1989 etmq->etm->synth_opts.instructions &&
2927 if (etm->synth_opts.timeless_decoding) {
3460 etm->synth_opts = *session->itrace_synth_opts;
3462 itrace_synth_opts__set_default(&etm->synth_opts,
3464 etm->synth_opts.callchain = false;
3475 if (etm->synth_opts.use_timestamp)