Searched refs:off_cpu (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c54 } off_cpu SEC(".maps");
223 total = bpf_map_lookup_elem(&off_cpu, &key);
227 bpf_map_update_elem(&off_cpu, &key, &delta, BPF_ANY);
/linux-master/tools/perf/util/
H A Dbpf_off_cpu.c6 #include "util/off_cpu.h"
17 #include "bpf_skel/off_cpu.skel.h"
331 fd = bpf_map__fd(skel->maps.off_cpu);
/linux-master/kernel/
H A Dworkqueue.c1572 * @off_cpu: CPU that's going down, -1 if a CPU is not going down
1578 static void wq_update_node_max_active(struct workqueue_struct *wq, int off_cpu) argument
1590 if (off_cpu >= 0 && !cpumask_test_cpu(off_cpu, effective))
1591 off_cpu = -1;
1594 if (off_cpu >= 0)
1601 if (off_cpu >= 0 && cpu_to_node(off_cpu) == node)
5280 int off_cpu = online ? -1 : hotplug_cpu; local
5300 wq_calc_pod_cpumask(target_attrs, cpu, off_cpu);
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c52 #include "util/off_cpu.h"
173 bool off_cpu; member in struct:record
2830 if (rec->off_cpu)
3575 OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),
4223 if (rec->off_cpu) {
H A DMakefile.perf1084 SKELETONS += $(SKEL_OUT)/off_cpu.skel.h $(SKEL_OUT)/lock_contention.skel.h

Completed in 181 milliseconds