Lines Matching refs:synth_opts

932 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts)  in itrace_synth_opts__set_default()  argument
934 synth_opts->instructions = true; in itrace_synth_opts__set_default()
935 synth_opts->branches = true; in itrace_synth_opts__set_default()
936 synth_opts->transactions = true; in itrace_synth_opts__set_default()
937 synth_opts->errors = true; in itrace_synth_opts__set_default()
938 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()
939 synth_opts->period = PERF_ITRACE_DEFAULT_PERIOD; in itrace_synth_opts__set_default()
940 synth_opts->callchain_sz = PERF_ITRACE_DEFAULT_CALLCHAIN_SZ; in itrace_synth_opts__set_default()
941 synth_opts->last_branch_sz = PERF_ITRACE_DEFAULT_LAST_BRANCH_SZ; in itrace_synth_opts__set_default()
952 struct itrace_synth_opts *synth_opts = opt->value; in itrace_parse_synth_opts() local
958 synth_opts->set = true; in itrace_parse_synth_opts()
961 synth_opts->dont_decode = true; in itrace_parse_synth_opts()
966 itrace_synth_opts__set_default(synth_opts); in itrace_parse_synth_opts()
973 synth_opts->instructions = true; in itrace_parse_synth_opts()
977 synth_opts->period = strtoull(p, &endptr, 10); in itrace_parse_synth_opts()
984 synth_opts->period_type = in itrace_parse_synth_opts()
989 synth_opts->period_type = in itrace_parse_synth_opts()
994 synth_opts->period *= 1000; in itrace_parse_synth_opts()
997 synth_opts->period *= 1000; in itrace_parse_synth_opts()
1002 synth_opts->period_type = in itrace_parse_synth_opts()
1014 synth_opts->branches = true; in itrace_parse_synth_opts()
1017 synth_opts->transactions = true; in itrace_parse_synth_opts()
1020 synth_opts->errors = true; in itrace_parse_synth_opts()
1023 synth_opts->log = true; in itrace_parse_synth_opts()
1026 synth_opts->branches = true; in itrace_parse_synth_opts()
1027 synth_opts->calls = true; in itrace_parse_synth_opts()
1030 synth_opts->branches = true; in itrace_parse_synth_opts()
1031 synth_opts->returns = true; in itrace_parse_synth_opts()
1034 synth_opts->callchain = true; in itrace_parse_synth_opts()
1035 synth_opts->callchain_sz = in itrace_parse_synth_opts()
1046 synth_opts->callchain_sz = val; in itrace_parse_synth_opts()
1050 synth_opts->last_branch = true; in itrace_parse_synth_opts()
1051 synth_opts->last_branch_sz = in itrace_parse_synth_opts()
1063 synth_opts->last_branch_sz = val; in itrace_parse_synth_opts()
1074 if (synth_opts->instructions) { in itrace_parse_synth_opts()
1076 synth_opts->period_type = in itrace_parse_synth_opts()
1079 synth_opts->period = PERF_ITRACE_DEFAULT_PERIOD; in itrace_parse_synth_opts()