Home
last modified time | relevance | path

Searched refs:bpf_perf_event_read (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/samples/bpf/
Dtracex6.bpf.c35 count = bpf_perf_event_read(&counters, key); in bpf_prog1()
/linux-6.12.1/kernel/trace/
Dbpf_trace.c570 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
586 .func = bpf_perf_event_read,