Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/bpf_skel/ !
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.12.1/tools/perf/util/ !
Dbpf_off_cpu.c331 fd = bpf_map__fd(skel->maps.off_cpu); in off_cpu_write()
/linux-6.12.1/kernel/ !
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.12.1/tools/perf/ !
Dbuiltin-record.c173 bool off_cpu; member
2831 if (rec->off_cpu) in __cmd_record()
3564 OPT_BOOLEAN(0, "off-cpu", &record.off_cpu, "Enable off-cpu analysis"),
4226 if (rec->off_cpu) { in cmd_record()
DMakefile.perf1172 SKELETONS += $(SKEL_OUT)/off_cpu.skel.h $(SKEL_OUT)/lock_contention.skel.h