Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-event.c78 case PERF_BPF_EVENT_PROG_LOAD: in machine__process_bpf()
275 .type = PERF_BPF_EVENT_PROG_LOAD, in perf_event__synthesize_one_bpf_prog()
507 case PERF_BPF_EVENT_PROG_LOAD: in bpf_event__sb_cb()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h1228 PERF_BPF_EVENT_PROG_LOAD = 1, enumerator
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h1228 PERF_BPF_EVENT_PROG_LOAD = 1, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2770 perf_event_bpf_event(prog, PERF_BPF_EVENT_PROG_LOAD, 0); in bpf_prog_load()
/openbmc/linux/kernel/events/
H A Dcore.c9335 case PERF_BPF_EVENT_PROG_LOAD: in perf_event_bpf_event()