Lines Matching refs:record_opts
330 if (!top->record_opts.overwrite && in perf_top__print_sym_table()
641 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui()
647 !top->record_opts.overwrite, in display_thread_tui()
738 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback()
881 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx()
916 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read()
951 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check()
997 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback()
1020 struct record_opts *opts = &top->record_opts; in perf_top__start_counters()
1234 struct record_opts *opts = &top->record_opts; in __cmd_top()
1270 &top->record_opts); in __cmd_top()
1425 .record_opts = { in cmd_top()
1448 struct record_opts *opts = &top.record_opts; in cmd_top()
1489 OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'", in cmd_top()
1535 OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"), in cmd_top()
1564 OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite, in cmd_top()
1750 if (!top.record_opts.no_bpf_event) { in cmd_top()