Lines Matching defs:evsel
48 static int bpf_program_profiler__destroy(struct evsel *evsel) in bpf_program_profiler__destroy()
102 static int bpf_program_profiler_load_one(struct evsel *evsel, u32 prog_id) in bpf_program_profiler_load_one()
167 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) in bpf_program_profiler__load()
198 static int bpf_program_profiler__enable(struct evsel *evsel) in bpf_program_profiler__enable()
214 static int bpf_program_profiler__disable(struct evsel *evsel) in bpf_program_profiler__disable()
225 static int bpf_program_profiler__read(struct evsel *evsel) in bpf_program_profiler__read()
268 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu, in bpf_program_profiler__install_pe()
357 static int bperf_check_target(struct evsel *evsel, in bperf_check_target()
390 static int bperf_reload_leader_program(struct evsel *evsel, int attr_map_fd, in bperf_reload_leader_program()
439 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load()
569 static int bperf__install_pe(struct evsel *evsel, int cpu, int fd) in bperf__install_pe()
581 static int bperf_sync_counters(struct evsel *evsel) in bperf_sync_counters()
593 static int bperf__enable(struct evsel *evsel) in bperf__enable()
599 static int bperf__disable(struct evsel *evsel) in bperf__disable()
605 static int bperf__read(struct evsel *evsel) in bperf__read()
660 static int bperf__destroy(struct evsel *evsel) in bperf__destroy()
754 static inline bool bpf_counter_skip(struct evsel *evsel) in bpf_counter_skip()
760 int bpf_counter__install_pe(struct evsel *evsel, int cpu, int fd) in bpf_counter__install_pe()
767 int bpf_counter__load(struct evsel *evsel, struct target *target) in bpf_counter__load()
782 int bpf_counter__enable(struct evsel *evsel) in bpf_counter__enable()
789 int bpf_counter__disable(struct evsel *evsel) in bpf_counter__disable()
796 int bpf_counter__read(struct evsel *evsel) in bpf_counter__read()
803 void bpf_counter__destroy(struct evsel *evsel) in bpf_counter__destroy()