Searched refs:record_opts (Results 1 – 25 of 30) sorted by relevance
12
| /Linux-v5.4/tools/perf/ |
| D | builtin-top.c | 328 if (!top->record_opts.overwrite && in perf_top__print_sym_table() 637 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 643 !top->record_opts.overwrite, in display_thread_tui() 727 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY)); in hist_iter__top_callback() 866 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx() 901 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read() 936 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check() 982 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback() 1005 struct record_opts *opts = &top->record_opts; in perf_top__start_counters() 1220 struct record_opts *opts = &top->record_opts; in __cmd_top() [all …]
|
| D | builtin-record.c | 77 struct record_opts opts; 375 struct record_opts *opts = (struct record_opts *)opt->value; in record__aio_parse() 422 struct record_opts *opts = (struct record_opts *)opt->value; in record__mmap_flush_parse() 456 struct record_opts *opts = opt->value; in record__parse_comp_level() 705 struct record_opts *opts = &rec->opts; in record__mmap_evlist() 747 struct record_opts *opts = &rec->opts; in record__open() 1224 struct record_opts *opts = &rec->opts; in record__synthesize() 1342 struct record_opts *opts = &rec->opts; in __cmd_record() 1749 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain() 1884 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid() [all …]
|
| /Linux-v5.4/tools/perf/util/ |
| D | top.h | 22 struct record_opts record_opts; member
|
| D | auxtrace.h | 28 struct record_opts; 320 struct record_opts *opts); 334 struct record_opts *opts, 498 struct record_opts *opts, 502 struct record_opts *opts); 607 struct record_opts *opts __maybe_unused) in auxtrace_record__options() 641 struct record_opts *opts __maybe_unused, in auxtrace_parse_snapshot_options()
|
| D | record.c | 139 void perf_evlist__config(struct evlist *evlist, struct record_opts *opts, in perf_evlist__config() 198 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() 258 int record_opts__config(struct record_opts *opts) in record_opts__config() 313 struct record_opts *opts = opt->value; in record__parse_freq()
|
| D | synthetic-events.h | 24 struct record_opts; 92 struct machine *machine, struct record_opts *opts); 97 struct record_opts *opts __maybe_unused) in perf_event__synthesize_bpf_events()
|
| D | top.c | 28 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf()
|
| D | evlist.h | 21 struct record_opts; 167 void perf_evlist__config(struct evlist *evlist, struct record_opts *opts, 169 int record_opts__config(struct record_opts *opts);
|
| D | evsel.h | 125 struct record_opts; 175 struct record_opts *opts, 178 struct record_opts *opts,
|
| D | bpf-event.h | 17 struct record_opts;
|
| D | record.h | 14 struct record_opts { struct
|
| D | callchain.h | 235 struct record_opts; 237 int record_opts__parse_callchain(struct record_opts *record,
|
| D | kvm-stat.h | 78 struct record_opts opts;
|
| D | bpf-event.c | 162 struct record_opts *opts) in perf_event__synthesize_one_bpf_prog() 298 struct record_opts *opts) in perf_event__synthesize_bpf_events()
|
| /Linux-v5.4/tools/perf/arch/s390/util/ |
| D | auxtrace.c | 49 struct record_opts *opts) in cpumsf_recording_options() 77 struct record_opts *opts __maybe_unused, in cpumsf_parse_snapshot_options()
|
| /Linux-v5.4/tools/perf/tests/ |
| D | openat-syscall-tp-fields.c | 26 struct record_opts opts = { in test__syscall_openat_tp_fields()
|
| D | backward-ring-buffer.c | 91 struct record_opts opts = { in test__backward_ring_buffer()
|
| D | keep-tracking.c | 65 struct record_opts opts = { in test__keep_tracking()
|
| D | perf-record.c | 45 struct record_opts opts = { in test__PERF_RECORD()
|
| D | bpf.c | 113 struct record_opts opts = { in do_test()
|
| D | switch-tracking.c | 326 struct record_opts opts = { in test__switch_tracking()
|
| /Linux-v5.4/tools/perf/arch/x86/util/ |
| D | intel-bts.c | 107 struct record_opts *opts) in intel_bts_recording_options() 246 struct record_opts *opts, in intel_bts_parse_snapshot_options()
|
| /Linux-v5.4/tools/perf/arch/x86/tests/ |
| D | perf-time-to-tsc.c | 49 struct record_opts opts = { in test__perf_time_to_tsc()
|
| /Linux-v5.4/tools/perf/arch/arm64/util/ |
| D | arm-spe.c | 65 struct record_opts *opts) in arm_spe_recording_options()
|
| /Linux-v5.4/tools/perf/arch/arm/util/ |
| D | cs-etm.c | 193 struct record_opts *opts, in cs_etm_parse_snapshot_options() 253 struct record_opts *opts) in cs_etm_recording_options()
|
12