Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c54 } off_cpu SEC(".maps");
224 total = bpf_map_lookup_elem(&off_cpu, &key); in off_cpu_stat()
228 bpf_map_update_elem(&off_cpu, &key, &delta, BPF_ANY); in off_cpu_stat()
/linux-6.15/tools/perf/util/
H A Dbpf_off_cpu.c336 fd = bpf_map__fd(skel->maps.off_cpu); in off_cpu_write()
/linux-6.15/kernel/
H A Dworkqueue.c1573 static void wq_update_node_max_active(struct workqueue_struct *wq, int off_cpu) in wq_update_node_max_active() argument
1585 if (off_cpu >= 0 && !cpumask_test_cpu(off_cpu, effective)) in wq_update_node_max_active()
1586 off_cpu = -1; in wq_update_node_max_active()
1589 if (off_cpu >= 0) in wq_update_node_max_active()
1605 if (off_cpu >= 0 && cpu_to_node(off_cpu) == node) in wq_update_node_max_active()
/linux-6.15/tools/perf/
H A Dbuiltin-record.c174 bool off_cpu; member
2837 if (rec->off_cpu) in __cmd_record()
3573 OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),
4249 if (rec->off_cpu) { in cmd_record()
H A DMakefile.perf1176 SKELETONS += $(SKEL_OUT)/off_cpu.skel.h $(SKEL_OUT)/lock_contention.skel.h