Home
last modified time | relevance | path

Searched refs:off_cpu_prepare (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/util/
Doff_cpu.h21 int off_cpu_prepare(struct evlist *evlist, struct target *target,
25 static inline int off_cpu_prepare(struct evlist *evlist __maybe_unused, in off_cpu_prepare() function
Dbpf_off_cpu.c125 int off_cpu_prepare(struct evlist *evlist, struct target *target, in off_cpu_prepare() function
/linux-6.1.9/tools/perf/
Dbuiltin-record.c911 return off_cpu_prepare(rec->evlist, &rec->opts.target, &rec->opts); in record__config_off_cpu()