Searched defs:evlist (Results 1 - 25 of 101) sorted by path

12345

/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.h4074 u32 evlist; /* WMI_PKTLOG_EVENT */ member in struct:wmi_pktlog_enable_cmd
/linux-master/drivers/scsi/fnic/
H A Dfnic.h321 struct list_head evlist; member in struct:fnic
/linux-master/tools/lib/perf/Documentation/examples/
H A Dcounting.c21 struct perf_evlist *evlist; local
[all...]
H A Dsampling.c25 struct perf_evlist *evlist; local
[all...]
/linux-master/tools/lib/perf/
H A Devlist.c28 void perf_evlist__init(struct perf_evlist *evlist) argument
36 static void __perf_evlist__propagate_maps(struct perf_evlist *evlist, argument
81 perf_evlist__propagate_maps(struct perf_evlist *evlist) argument
91 perf_evlist__add(struct perf_evlist *evlist, struct perf_evsel *evsel) argument
102 perf_evlist__remove(struct perf_evlist *evlist, struct perf_evsel *evsel) argument
111 struct perf_evlist *evlist = zalloc(sizeof(*evlist)); local
120 perf_evlist__next(struct perf_evlist *evlist, struct perf_evsel *prev) argument
139 perf_evlist__purge(struct perf_evlist *evlist) argument
151 perf_evlist__exit(struct perf_evlist *evlist) argument
162 perf_evlist__delete(struct perf_evlist *evlist) argument
174 perf_evlist__set_maps(struct perf_evlist *evlist, struct perf_cpu_map *cpus, struct perf_thread_map *threads) argument
198 perf_evlist__open(struct perf_evlist *evlist) argument
216 perf_evlist__close(struct perf_evlist *evlist) argument
224 perf_evlist__enable(struct perf_evlist *evlist) argument
232 perf_evlist__disable(struct perf_evlist *evlist) argument
240 perf_evlist__read_format(struct perf_evlist *evlist) argument
249 perf_evlist__id_hash(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, u64 id) argument
262 perf_evlist__reset_id_hash(struct perf_evlist *evlist) argument
270 perf_evlist__id_add(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, u64 id) argument
281 perf_evlist__id_add_fd(struct perf_evlist *evlist, struct perf_evsel *evsel, int cpu_map_idx, int thread, int fd) argument
325 perf_evlist__alloc_pollfd(struct perf_evlist *evlist) argument
346 perf_evlist__add_pollfd(struct perf_evlist *evlist, int fd, void *ptr, short revent, enum fdarray_flags flags) argument
368 perf_evlist__filter_pollfd(struct perf_evlist *evlist, short revents_and_mask) argument
374 perf_evlist__poll(struct perf_evlist *evlist, int timeout) argument
379 perf_evlist__alloc_mmap(struct perf_evlist *evlist, bool overwrite) argument
416 perf_evlist__mmap_cb_get(struct perf_evlist *evlist, bool overwrite, int idx) argument
445 perf_evlist__set_mmap_first(struct perf_evlist *evlist, struct perf_mmap *map, bool overwrite) argument
455 mmap_per_evsel(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, int idx, struct perf_mmap_param *mp, int cpu_idx, int thread, int *_output, int *_output_overwrite, int *nr_mmaps) argument
549 mmap_per_thread(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, struct perf_mmap_param *mp) argument
591 mmap_per_cpu(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, struct perf_mmap_param *mp) argument
622 perf_evlist__nr_mmaps(struct perf_evlist *evlist) argument
638 perf_evlist__mmap_ops(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops, struct perf_mmap_param *mp) argument
668 perf_evlist__mmap(struct perf_evlist *evlist, int pages) argument
681 perf_evlist__munmap(struct perf_evlist *evlist) argument
700 perf_evlist__next_mmap(struct perf_evlist *evlist, struct perf_mmap *map, bool overwrite) argument
721 perf_evlist__set_leader(struct perf_evlist *evlist) argument
731 perf_evlist__nr_groups(struct perf_evlist *evlist) argument
748 perf_evlist__go_system_wide(struct perf_evlist *evlist, struct perf_evsel *evsel) argument
[all...]
/linux-master/tools/lib/perf/include/internal/
H A Devlist.h115 perf_evlist__first(struct perf_evlist *evlist) argument
120 perf_evlist__last(struct perf_evlist *evlist) argument
[all...]
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c37 struct perf_evlist *evlist; local
96 struct perf_evlist *evlist; local
151 struct perf_evlist *evlist; local
215 struct perf_evlist *evlist; local
326 struct perf_evlist *evlist; local
444 struct perf_evlist *evlist; local
[all...]
/linux-master/tools/perf/arch/arm/util/
H A Dauxtrace.c119 *auxtrace_record__init(struct evlist *evlist, int *err) argument
H A Dcs-etm.c40 struct evlist *evlist; member in struct:cs_etm_recording
300 cs_etm_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
478 struct evlist *evlist = ptr->evlist; local
[all...]
/linux-master/tools/perf/arch/arm64/util/
H A Darm-spe.c34 struct evlist *evlist; member in struct:arm_spe_recording
135 arm_spe_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
[all...]
H A Dhisi-ptt.c33 struct evlist *evlist; member in struct:hisi_ptt_recording
96 hisi_ptt_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c110 static int is_tracepoint_available(const char *str, struct evlist *evlist) argument
151 struct evlist *evlist = evlist__new(); local
123 ppc__setup_book3s_hv(struct perf_kvm_stat *kvm, struct evlist *evlist) argument
[all...]
/linux-master/tools/perf/arch/s390/util/
H A Dauxtrace.c87 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, argument
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c25 static int test__hybrid_hw_event_with_pmu(struct evlist *evlist) argument
36 static int test__hybrid_hw_group_event(struct evlist *evlist) argument
55 static int test__hybrid_sw_hw_group_event(struct evlist *evlis argument
72 test__hybrid_hw_sw_group_event(struct evlist *evlist) argument
89 test__hybrid_group_modifier1(struct evlist *evlist) argument
112 test__hybrid_raw1(struct evlist *evlist) argument
126 test__hybrid_raw2(struct evlist *evlist) argument
136 test__hybrid_cache_event(struct evlist *evlist) argument
146 test__checkevent_pmu(struct evlist *evlist) argument
166 test__hybrid_hw_group_event_2(struct evlist *evlist) argument
246 struct evlist *evlist; local
[all...]
H A Dintel-cqm.c42 struct evlist *evlist = NULL; local
/linux-master/tools/perf/arch/x86/util/
H A Dauxtrace.c20 struct auxtrace_record *auxtrace_record__init_intel(struct evlist *evlist, argument
54 struct auxtrace_record *auxtrace_record__init(struct evlist *evlist, argument
H A Devlist.c11 static int ___evlist__add_default_attrs(struct evlist *evlist, argument
66 int arch_evlist__add_default_attrs(struct evlist *evlist, argument
H A Dintel-bts.c42 struct evlist *evlist; member in struct:intel_bts_recording
105 intel_bts_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
[all...]
H A Dintel-pt.c53 struct evlist *evlist; member in struct:intel_pt_recording
272 static const char *intel_pt_find_filter(struct evlist *evlis argument
112 intel_pt_read_config(struct perf_pmu *intel_pt_pmu, const char *str, struct evlist *evlist, u64 *res) argument
134 intel_pt_psb_period(struct perf_pmu *intel_pt_pmu, struct evlist *evlist) argument
293 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) argument
408 intel_pt_track_switches(struct evlist *evlist) argument
561 intel_pt_min_max_sample_sz(struct evlist *evlist, size_t *min_sz, size_t *max_sz) argument
582 intel_pt_too_many_aux_output(struct evlist *evlist) argument
598 intel_pt_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
[all...]
H A Diostat.c335 int iostat_prepare(struct evlist *evlist, struct perf_stat_config *config) argument
373 void iostat_list(struct evlist *evlist, struc argument
386 iostat_release(struct evlist *evlist) argument
399 iostat_prefix(struct evlist *evlist, struct perf_stat_config *config, char *prefix, struct timespec *ts) argument
451 iostat_print_counters(struct evlist *evlist, struct perf_stat_config *config, struct timespec *ts, char *prefix, iostat_print_counter_t print_cnt_cb, void *arg) argument
[all...]
/linux-master/tools/perf/bench/
H A Devlist-open-close.c68 static int evlist__count_evsel_fds(struct evlist *evlist) argument
82 struct evlist *evlist = evlist__new(); local
115 bench__do_evlist_open_close(struct evlist *evlist) argument
142 struct evlist *evlist = bench__create_evlist(evstr); local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-c2c.c2517 struct evlist *evlist = session->evlist; local
2848 static int setup_callchain(struct evlist *evlist) argument
H A Dbuiltin-diff.c499 static void evlist__collapse_resort(struct evlist *evlist) argument
987 struct evlist *evlis local
486 evsel_match(struct evsel *evsel, struct evlist *evlist) argument
[all...]
H A Dbuiltin-inject.c942 static bool evlist__is_id_used(struct evlist *evlist, u64 id) argument
973 static u64 evlist__find_highest_id(struct evlist *evlist) argument
994 struct evlist *evlist = gs->session->evlist; local
1103 struct evlist *evlist = gs->session->evlist; local
1119 struct evlist *evlist = session->evlist; local
1153 evlist__first_id(struct evlist *evlist) argument
1430 evlist__append_id_sample(struct evlist *evlist, union perf_event *ev, const struct perf_sample *sample) argument
1729 struct evlist *evlist = inject->session->evlist; local
[all...]
H A Dbuiltin-kvm.c1270 struct evlist *evlist = kvm->evlist; local
1545 struct evlist *evlist = kvm->evlist; local
1832 struct evlist *evlist; local
[all...]

Completed in 311 milliseconds

12345