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()
398 static int bperf_reload_leader_program(struct evsel *evsel, int attr_map_fd, in bperf_reload_leader_program()
447 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load()
577 static int bperf__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bperf__install_pe()
589 static int bperf_sync_counters(struct evsel *evsel) in bperf_sync_counters()
601 static int bperf__enable(struct evsel *evsel) in bperf__enable()
607 static int bperf__disable(struct evsel *evsel) in bperf__disable()
613 static int bperf__read(struct evsel *evsel) in bperf__read()
673 static int bperf__destroy(struct evsel *evsel) in bperf__destroy()
767 static inline bool bpf_counter_skip(struct evsel *evsel) in bpf_counter_skip()
772 int bpf_counter__install_pe(struct evsel *evsel, int cpu_map_idx, int fd) in bpf_counter__install_pe()
779 int bpf_counter__load(struct evsel *evsel, struct target *target) in bpf_counter__load()
794 int bpf_counter__enable(struct evsel *evsel) in bpf_counter__enable()
801 int bpf_counter__disable(struct evsel *evsel) in bpf_counter__disable()
808 int bpf_counter__read(struct evsel *evsel) in bpf_counter__read()
815 void bpf_counter__destroy(struct evsel *evsel) in bpf_counter__destroy()