Lines Matching refs:record_opts
334 if (!top->record_opts.overwrite && in perf_top__print_sym_table()
645 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
649 &top->session->header.env, !top->record_opts.overwrite, in display_thread_tui()
739 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
879 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx()
914 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read()
949 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check()
995 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback()
1018 struct record_opts *opts = &top->record_opts; in perf_top__start_counters()
1240 struct record_opts *opts = &top->record_opts; in __cmd_top()
1276 &top->record_opts); in __cmd_top()
1432 .record_opts = { in cmd_top()
1458 struct record_opts *opts = &top.record_opts; in cmd_top()
1497 OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'", in cmd_top()
1545 OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"), in cmd_top()
1578 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite, in cmd_top()
1813 if (!top.record_opts.no_bpf_event) { in cmd_top()