Home | History | Annotate | Download | only in cc

Lines Matching refs:event_path

765 // and attach BPF program to the event, and event_path will be ignored.
766 // Otherwise, event_path is expected to contain the path to the event in debugfs
771 static int bpf_attach_tracing_event(int progfd, const char *event_path, int pid,
781 snprintf(buf, sizeof(buf), "%s/id", event_path);
810 fprintf(stderr, "perf_event_open(%s/id): %s\n", event_path, strerror(errno));