Lines Matching refs:synth_opts

1328 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts,  in itrace_synth_opts__set_default()  argument
1331 synth_opts->branches = true; in itrace_synth_opts__set_default()
1332 synth_opts->transactions = true; in itrace_synth_opts__set_default()
1333 synth_opts->ptwrites = true; in itrace_synth_opts__set_default()
1334 synth_opts->pwr_events = true; in itrace_synth_opts__set_default()
1335 synth_opts->other_events = true; in itrace_synth_opts__set_default()
1336 synth_opts->errors = true; in itrace_synth_opts__set_default()
1337 synth_opts->flc = true; in itrace_synth_opts__set_default()
1338 synth_opts->llc = true; in itrace_synth_opts__set_default()
1339 synth_opts->tlb = true; in itrace_synth_opts__set_default()
1340 synth_opts->mem = true; in itrace_synth_opts__set_default()
1341 synth_opts->remote_access = true; in itrace_synth_opts__set_default()
1344 synth_opts->period_type = PERF_ITRACE_PERIOD_INSTRUCTIONS; in itrace_synth_opts__set_default()
1345 synth_opts->period = 1; in itrace_synth_opts__set_default()
1346 synth_opts->calls = true; in itrace_synth_opts__set_default()
1348 synth_opts->instructions = true; in itrace_synth_opts__set_default()
1349 synth_opts->period_type = PERF_ITRACE_DEFAULT_PERIOD_TYPE; in itrace_synth_opts__set_default()
1350 synth_opts->period = PERF_ITRACE_DEFAULT_PERIOD; in itrace_synth_opts__set_default()
1352 synth_opts->callchain_sz = PERF_ITRACE_DEFAULT_CALLCHAIN_SZ; in itrace_synth_opts__set_default()
1353 synth_opts->last_branch_sz = PERF_ITRACE_DEFAULT_LAST_BRANCH_SZ; in itrace_synth_opts__set_default()
1354 synth_opts->initial_skip = 0; in itrace_synth_opts__set_default()
1403 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, in itrace_do_parse_synth_opts() argument
1411 synth_opts->set = true; in itrace_do_parse_synth_opts()
1414 synth_opts->dont_decode = true; in itrace_do_parse_synth_opts()
1419 itrace_synth_opts__set_default(synth_opts, in itrace_do_parse_synth_opts()
1420 synth_opts->default_no_sample); in itrace_do_parse_synth_opts()
1427 synth_opts->instructions = true; in itrace_do_parse_synth_opts()
1431 synth_opts->period = strtoull(p, &endptr, 10); in itrace_do_parse_synth_opts()
1438 synth_opts->period_type = in itrace_do_parse_synth_opts()
1443 synth_opts->period_type = in itrace_do_parse_synth_opts()
1448 synth_opts->period *= 1000; in itrace_do_parse_synth_opts()
1451 synth_opts->period *= 1000; in itrace_do_parse_synth_opts()
1456 synth_opts->period_type = in itrace_do_parse_synth_opts()
1468 synth_opts->branches = true; in itrace_do_parse_synth_opts()
1471 synth_opts->transactions = true; in itrace_do_parse_synth_opts()
1474 synth_opts->ptwrites = true; in itrace_do_parse_synth_opts()
1477 synth_opts->pwr_events = true; in itrace_do_parse_synth_opts()
1480 synth_opts->other_events = true; in itrace_do_parse_synth_opts()
1483 synth_opts->errors = true; in itrace_do_parse_synth_opts()
1484 if (get_flags(&p, &synth_opts->error_plus_flags, in itrace_do_parse_synth_opts()
1485 &synth_opts->error_minus_flags)) in itrace_do_parse_synth_opts()
1489 synth_opts->log = true; in itrace_do_parse_synth_opts()
1490 if (get_flags(&p, &synth_opts->log_plus_flags, in itrace_do_parse_synth_opts()
1491 &synth_opts->log_minus_flags)) in itrace_do_parse_synth_opts()
1495 synth_opts->branches = true; in itrace_do_parse_synth_opts()
1496 synth_opts->calls = true; in itrace_do_parse_synth_opts()
1499 synth_opts->branches = true; in itrace_do_parse_synth_opts()
1500 synth_opts->returns = true; in itrace_do_parse_synth_opts()
1505 synth_opts->add_callchain = true; in itrace_do_parse_synth_opts()
1507 synth_opts->callchain = true; in itrace_do_parse_synth_opts()
1508 synth_opts->callchain_sz = in itrace_do_parse_synth_opts()
1519 synth_opts->callchain_sz = val; in itrace_do_parse_synth_opts()
1525 synth_opts->add_last_branch = true; in itrace_do_parse_synth_opts()
1527 synth_opts->last_branch = true; in itrace_do_parse_synth_opts()
1528 synth_opts->last_branch_sz = in itrace_do_parse_synth_opts()
1540 synth_opts->last_branch_sz = val; in itrace_do_parse_synth_opts()
1544 synth_opts->initial_skip = strtoul(p, &endptr, 10); in itrace_do_parse_synth_opts()
1550 synth_opts->flc = true; in itrace_do_parse_synth_opts()
1553 synth_opts->llc = true; in itrace_do_parse_synth_opts()
1556 synth_opts->tlb = true; in itrace_do_parse_synth_opts()
1559 synth_opts->remote_access = true; in itrace_do_parse_synth_opts()
1562 synth_opts->mem = true; in itrace_do_parse_synth_opts()
1565 synth_opts->quick += 1; in itrace_do_parse_synth_opts()
1568 synth_opts->timeless_decoding = true; in itrace_do_parse_synth_opts()
1578 if (synth_opts->instructions) { in itrace_do_parse_synth_opts()
1580 synth_opts->period_type = in itrace_do_parse_synth_opts()
1583 synth_opts->period = PERF_ITRACE_DEFAULT_PERIOD; in itrace_do_parse_synth_opts()