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()
169 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) in bpf_program_profiler__load()
201 static int bpf_program_profiler__enable(struct evsel *evsel) in bpf_program_profiler__enable()
217 static int bpf_program_profiler__disable(struct evsel *evsel) in bpf_program_profiler__disable()
228 static int bpf_program_profiler__read(struct evsel *evsel) in bpf_program_profiler__read()
276 static int bpf_program_profiler__install_pe(struct evsel *evsel, int cpu_map_idx, in bpf_program_profiler__install_pe()
365 static int bperf_check_target(struct evsel *evsel, in bperf_check_target()
399 static int bperf_reload_leader_program(struct evsel *evsel, int attr_map_fd, in bperf_reload_leader_program()
468 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load()
598 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe()
610 static int bperf_sync_counters(struct evsel *evsel) in bperf_sync_counters()
622 static int bperf__enable(struct evsel *evsel) in bperf__enable()
628 static int bperf__disable(struct evsel *evsel) in bperf__disable()
634 static int bperf__read(struct evsel *evsel) in bperf__read()
694 static int bperf__destroy(struct evsel *evsel) in bperf__destroy()
788 static inline bool bpf_counter_skip(struct evsel *evsel) in bpf_counter_skip()
793 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
800 int bpf_counter__load(struct evsel *evsel, struct target *target) in bpf_counter__load()
815 int bpf_counter__enable(struct evsel *evsel) in bpf_counter__enable()
822 int bpf_counter__disable(struct evsel *evsel) in bpf_counter__disable()
829 int bpf_counter__read(struct evsel *evsel) in bpf_counter__read()
836 void bpf_counter__destroy(struct evsel *evsel) in bpf_counter__destroy()