Lines Matching refs:record_opts
331 if (!top->record_opts.overwrite && in perf_top__print_sym_table()
642 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
646 &top->session->header.env, !top->record_opts.overwrite, in display_thread_tui()
736 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
875 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx()
910 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read()
945 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check()
991 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback()
1014 struct record_opts *opts = &top->record_opts; in perf_top__start_counters()
1228 struct record_opts *opts = &top->record_opts; in __cmd_top()
1264 &top->record_opts); in __cmd_top()
1419 .record_opts = { in cmd_top()
1442 struct record_opts *opts = &top.record_opts; in cmd_top()
1482 OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'", in cmd_top()
1528 OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"), in cmd_top()
1557 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite, in cmd_top()
1754 if (!top.record_opts.no_bpf_event) { in cmd_top()