Symbol: record_opts
tools/perf/arch/arm/util/cs-etm.c
243
struct record_opts *opts,
tools/perf/arch/arm/util/cs-etm.c
321
struct record_opts *opts)
tools/perf/arch/arm64/util/arm-spe.c
191
arm_spe_snapshot_resolve_auxtrace_defaults(struct record_opts *opts,
tools/perf/arch/arm64/util/arm-spe.c
298
static int arm_spe_setup_aux_buffer(struct record_opts *opts)
tools/perf/arch/arm64/util/arm-spe.c
362
struct record_opts *opts)
tools/perf/arch/arm64/util/arm-spe.c
394
struct record_opts *opts)
tools/perf/arch/arm64/util/arm-spe.c
448
struct record_opts *opts,
tools/perf/arch/arm64/util/hisi-ptt.c
65
static int hisi_ptt_set_auxtrace_mmap_page(struct record_opts *opts)
tools/perf/arch/arm64/util/hisi-ptt.c
99
struct record_opts *opts)
tools/perf/arch/powerpc/util/auxtrace.c
23
struct record_opts *opts)
tools/perf/arch/s390/util/auxtrace.c
50
struct record_opts *opts)
tools/perf/arch/s390/util/auxtrace.c
78
struct record_opts *opts __maybe_unused,
tools/perf/arch/x86/util/intel-bts.c
111
struct record_opts *opts)
tools/perf/arch/x86/util/intel-bts.c
256
struct record_opts *opts,
tools/perf/arch/x86/util/intel-pt.c
244
struct record_opts *opts,
tools/perf/arch/x86/util/intel-pt.c
617
struct record_opts *opts)
tools/perf/bench/evlist-open-close.c
34
static struct record_opts opts = {
tools/perf/builtin-record.c
1288
struct record_opts *opts = &rec->opts;
tools/perf/builtin-record.c
1353
struct record_opts *opts = &rec->opts;
tools/perf/builtin-record.c
157
struct record_opts opts;
tools/perf/builtin-record.c
2091
struct record_opts *opts = &rec->opts;
tools/perf/builtin-record.c
2225
struct record_opts *opts = &rec->opts;
tools/perf/builtin-record.c
2434
struct record_opts *opts = &rec->opts;
tools/perf/builtin-record.c
3061
struct record_opts *opts = (struct record_opts *)opt->value;
tools/perf/builtin-record.c
3119
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
3178
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
3221
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
3243
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
3386
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
525
struct record_opts *opts = (struct record_opts *)opt->value;
tools/perf/builtin-record.c
572
struct record_opts *opts = (struct record_opts *)opt->value;
tools/perf/builtin-record.c
606
struct record_opts *opts = opt->value;
tools/perf/builtin-record.c
940
struct record_opts *opts = &rec->opts;
tools/perf/builtin-top.c
1018
struct record_opts *opts = &top->record_opts;
tools/perf/builtin-top.c
1253
struct record_opts *opts = &top->record_opts;
tools/perf/builtin-top.c
1289
&top->record_opts);
tools/perf/builtin-top.c
1460
.record_opts = {
tools/perf/builtin-top.c
1486
struct record_opts *opts = &top.record_opts;
tools/perf/builtin-top.c
1527
OPT_CALLBACK('F', "freq", &top.record_opts, "freq or 'max'",
tools/perf/builtin-top.c
1575
OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"),
tools/perf/builtin-top.c
1608
OPT_BOOLEAN(0, "overwrite", &top.record_opts.overwrite,
tools/perf/builtin-top.c
1869
top.record_opts.no_bpf_event = true;
tools/perf/builtin-top.c
1872
if (!top.record_opts.no_bpf_event) {
tools/perf/builtin-top.c
336
if (!top->record_opts.overwrite &&
tools/perf/builtin-top.c
652
!top->record_opts.overwrite);
tools/perf/builtin-top.c
740
!(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY),
tools/perf/builtin-top.c
879
struct record_opts *opts = &top->record_opts;
tools/perf/builtin-top.c
914
bool overwrite = top->record_opts.overwrite;
tools/perf/builtin-top.c
949
struct record_opts *opts = &top->record_opts;
tools/perf/builtin-top.c
995
struct record_opts *opts = &top->record_opts;
tools/perf/builtin-trace.c
159
struct record_opts opts;
tools/perf/tests/backward-ring-buffer.c
92
struct record_opts opts = {
tools/perf/tests/code-reading.c
692
struct record_opts opts = {
tools/perf/tests/keep-tracking.c
66
struct record_opts opts = {
tools/perf/tests/openat-syscall-tp-fields.c
29
struct record_opts opts = {
tools/perf/tests/perf-record.c
50
struct record_opts opts = {
tools/perf/tests/perf-time-to-tsc.c
70
struct record_opts opts = {
tools/perf/tests/switch-tracking.c
342
struct record_opts opts = {
tools/perf/util/arm64-frame-pointer-unwind-support.c
20
void add_leaf_frame_caller_opts_aarch64(struct record_opts *opts)
tools/perf/util/arm64-frame-pointer-unwind-support.h
11
void add_leaf_frame_caller_opts_aarch64(struct record_opts *opts);
tools/perf/util/arm64-frame-pointer-unwind-support.h
8
struct record_opts;
tools/perf/util/auxtrace.c
630
struct record_opts *opts)
tools/perf/util/auxtrace.c
647
struct record_opts *opts, const char *str)
tools/perf/util/auxtrace.c
713
struct record_opts *opts)
tools/perf/util/auxtrace.c
763
struct record_opts *opts, const char *str)
tools/perf/util/auxtrace.h
26
struct record_opts;
tools/perf/util/auxtrace.h
390
struct record_opts *opts);
tools/perf/util/auxtrace.h
404
struct record_opts *opts,
tools/perf/util/auxtrace.h
572
struct record_opts *opts,
tools/perf/util/auxtrace.h
576
struct record_opts *opts, const char *str);
tools/perf/util/auxtrace.h
580
struct record_opts *opts);
tools/perf/util/bpf-event.c
552
struct record_opts *opts)
tools/perf/util/bpf-event.c
786
struct record_opts *opts)
tools/perf/util/bpf-event.h
16
struct record_opts;
tools/perf/util/bpf_off_cpu.c
149
struct record_opts *opts)
tools/perf/util/callchain.c
351
int record_opts__parse_callchain(struct record_opts *record,
tools/perf/util/callchain.h
15
struct record_opts;
tools/perf/util/callchain.h
240
int record_opts__parse_callchain(struct record_opts *record,
tools/perf/util/clockid.c
70
struct record_opts *opts = (struct record_opts *)opt->value;
tools/perf/util/evlist.c
2380
int evlist__parse_event_enable_time(struct evlist *evlist, struct record_opts *opts,
tools/perf/util/evlist.h
181
void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain);
tools/perf/util/evlist.h
182
int record_opts__config(struct record_opts *opts);
tools/perf/util/evlist.h
25
struct record_opts;
tools/perf/util/evlist.h
449
int evlist__parse_event_enable_time(struct evlist *evlist, struct record_opts *opts,
tools/perf/util/evsel.c
1075
static void __evsel__config_callchain(struct evsel *evsel, const struct record_opts *opts,
tools/perf/util/evsel.c
1145
void evsel__config_callchain(struct evsel *evsel, const struct record_opts *opts,
tools/perf/util/evsel.c
1171
const struct record_opts *opts,
tools/perf/util/evsel.c
1235
const struct record_opts *opts, bool track)
tools/perf/util/evsel.c
1516
static void evsel__set_default_freq_period(const struct record_opts *opts,
tools/perf/util/evsel.c
1561
void evsel__config(struct evsel *evsel, const struct record_opts *opts,
tools/perf/util/evsel.h
240
struct record_opts;
tools/perf/util/evsel.h
301
void evsel__config(struct evsel *evsel, const struct record_opts *opts,
tools/perf/util/evsel.h
303
void evsel__config_callchain(struct evsel *evsel, const struct record_opts *opts,
tools/perf/util/kvm-stat.h
78
struct record_opts opts;
tools/perf/util/off_cpu.h
23
struct record_opts *opts);
tools/perf/util/off_cpu.h
28
struct record_opts *opts __maybe_unused)
tools/perf/util/off_cpu.h
9
struct record_opts;
tools/perf/util/python.c
1663
struct record_opts opts = {
tools/perf/util/record.c
150
static int record_opts__config_freq(struct record_opts *opts)
tools/perf/util/record.c
216
int record_opts__config(struct record_opts *opts)
tools/perf/util/record.c
274
struct record_opts *opts = opt->value;
tools/perf/util/record.c
95
void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain)
tools/perf/util/record.h
93
static inline bool record_opts__no_switch_events(const struct record_opts *opts)
tools/perf/util/synthetic-events.h
115
struct machine *machine, struct record_opts *opts);
tools/perf/util/synthetic-events.h
120
struct record_opts *opts __maybe_unused)
tools/perf/util/synthetic-events.h
27
struct record_opts;
tools/perf/util/top.c
28
struct record_opts *opts = &top->record_opts;
tools/perf/util/top.h
23
struct record_opts record_opts;