Lines Matching refs:opts
895 struct record_opts *opts = &top->record_opts; in perf_top__start_counters() local
897 perf_evlist__config(evlist, opts); in perf_top__start_counters()
909 perf_evsel__open_strerror(counter, &opts->target, in perf_top__start_counters()
916 if (perf_evlist__mmap(evlist, opts->mmap_pages, false) < 0) { in perf_top__start_counters()
947 struct record_opts *opts = &top->record_opts; in __cmd_top() local
970 machine__synthesize_threads(&top->session->machines.host, &opts->target, in __cmd_top()
971 top->evlist->threads, false, opts->proc_map_timeout); in __cmd_top()
994 if (!target__none(&opts->target)) in __cmd_top()
1118 struct record_opts *opts = &top.record_opts; in cmd_top() local
1119 struct target *target = &opts->target; in cmd_top()
1124 OPT_U64('c', "count", &opts->user_interval, "event period to sample"), in cmd_top()
1139 OPT_CALLBACK('m', "mmap-pages", &opts->mmap_pages, "pages", in cmd_top()
1150 OPT_BOOLEAN(0, "group", &opts->group, in cmd_top()
1152 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
1157 OPT_UINTEGER('F', "freq", &opts->user_freq, "profile at this frequency"), in cmd_top()
1213 OPT_UINTEGER(0, "proc-map-timeout", &opts->proc_map_timeout, in cmd_top()
1215 OPT_CALLBACK_NOOPT('b', "branch-any", &opts->branch_stack, in cmd_top()
1218 OPT_CALLBACK('j', "branch-filter", &opts->branch_stack, in cmd_top()
1296 if (record_opts__config(opts)) { in cmd_top()