Searched refs:record_opts (Results 1 – 25 of 32) sorted by relevance
12
/linux/tools/perf/ |
A D | builtin-top.c | 331 if (!top->record_opts.overwrite && in perf_top__print_sym_table() 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() [all …]
|
A D | builtin-record.c | 92 struct record_opts opts; 410 struct record_opts *opts = (struct record_opts *)opt->value; in record__aio_parse() 457 struct record_opts *opts = (struct record_opts *)opt->value; in record__mmap_flush_parse() 491 struct record_opts *opts = opt->value; in record__parse_comp_level() 846 struct record_opts *opts = &rec->opts; in record__mmap_evlist() 890 struct record_opts *opts = &rec->opts; in record__open() 1391 struct record_opts *opts = &rec->opts; in record__synthesize() 1512 struct record_opts *opts = &rec->opts; in record__setup_sb_evlist() 1628 struct record_opts *opts = &rec->opts; in __cmd_record() 2187 struct record_opts *opts = (struct record_opts *)opt->value; in record__parse_affinity() [all …]
|
/linux/tools/perf/util/ |
A D | auxtrace.h | 29 struct record_opts; 376 struct record_opts *opts); 390 struct record_opts *opts, 559 struct record_opts *opts, 563 struct record_opts *opts, const char *str); 567 struct record_opts *opts); 696 struct record_opts *opts __maybe_unused) in auxtrace_record__options() 755 struct record_opts *opts __maybe_unused, in auxtrace_parse_snapshot_options() 767 struct record_opts *opts __maybe_unused, in auxtrace_parse_sample_options()
|
A D | record.c | 95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callch… in evlist__config() 157 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() 223 int record_opts__config(struct record_opts *opts) in record_opts__config() 278 struct record_opts *opts = opt->value; in record__parse_freq()
|
A D | top.h | 22 struct record_opts record_opts; member
|
A D | record.h | 14 struct record_opts { struct 88 static inline bool record_opts__no_switch_events(const struct record_opts *opts) in record_opts__no_switch_events() argument
|
A D | clockid.c | 70 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid()
|
A D | synthetic-events.h | 25 struct record_opts; 106 struct machine *machine, struct record_opts *opts); 111 struct record_opts *opts __maybe_unused) in perf_event__synthesize_bpf_events()
|
A D | top.c | 28 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf()
|
A D | evlist.h | 21 struct record_opts; 167 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callch… 168 int record_opts__config(struct record_opts *opts);
|
A D | evsel.h | 186 struct record_opts; 242 void evsel__config(struct evsel *evsel, struct record_opts *opts, 244 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts,
|
A D | callchain.h | 243 struct record_opts; 245 int record_opts__parse_callchain(struct record_opts *record,
|
A D | bpf-event.h | 17 struct record_opts;
|
A D | kvm-stat.h | 78 struct record_opts opts;
|
A D | bpf-event.c | 204 struct record_opts *opts) in perf_event__synthesize_one_bpf_prog() 416 struct record_opts *opts) in perf_event__synthesize_bpf_events()
|
/linux/tools/perf/arch/s390/util/ |
A 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/tools/perf/arch/arm64/util/ |
A D | arm-spe.c | 91 arm_spe_snapshot_resolve_auxtrace_defaults(struct record_opts *opts, in arm_spe_snapshot_resolve_auxtrace_defaults() 141 struct record_opts *opts) in arm_spe_recording_options() 267 struct record_opts *opts, in arm_spe_parse_snapshot_options()
|
/linux/tools/perf/tests/ |
A D | openat-syscall-tp-fields.c | 28 struct record_opts opts = { in test__syscall_openat_tp_fields()
|
A D | keep-tracking.c | 66 struct record_opts opts = { in test__keep_tracking()
|
A D | backward-ring-buffer.c | 92 struct record_opts opts = { in test__backward_ring_buffer()
|
A D | perf-time-to-tsc.c | 60 struct record_opts opts = { in test__perf_time_to_tsc()
|
A D | perf-record.c | 46 struct record_opts opts = { in test__PERF_RECORD()
|
/linux/tools/perf/arch/x86/util/ |
A D | intel-bts.c | 107 struct record_opts *opts) in intel_bts_recording_options() 251 struct record_opts *opts, in intel_bts_parse_snapshot_options()
|
/linux/tools/perf/bench/ |
A D | evlist-open-close.c | 33 static struct record_opts opts = {
|
/linux/tools/perf/arch/arm/util/ |
A D | cs-etm.c | 233 struct record_opts *opts, in cs_etm_parse_snapshot_options() 293 struct record_opts *opts) in cs_etm_recording_options()
|
Completed in 44 milliseconds
12