Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbpf-event.c79 case PERF_BPF_EVENT_PROG_LOAD: in machine__process_bpf()
276 .type = PERF_BPF_EVENT_PROG_LOAD, in perf_event__synthesize_one_bpf_prog()
517 case PERF_BPF_EVENT_PROG_LOAD: in bpf_event__sb_cb()
/linux-6.15/tools/include/uapi/linux/
H A Dperf_event.h1249 PERF_BPF_EVENT_PROG_LOAD = 1, enumerator
/linux-6.15/include/uapi/linux/
H A Dperf_event.h1249 PERF_BPF_EVENT_PROG_LOAD = 1, enumerator
/linux-6.15/kernel/bpf/
H A Dsyscall.c2998 perf_event_bpf_event(prog, PERF_BPF_EVENT_PROG_LOAD, 0); in bpf_prog_load()
/linux-6.15/kernel/events/
H A Dcore.c9832 case PERF_BPF_EVENT_PROG_LOAD: in perf_event_bpf_event()