Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 88) sorted by relevance

1234

/tools/perf/util/
Dparse-events.y31 struct list_head *list; in alloc_list() local
52 static void inc_group_count(struct list_head *list, in inc_group_count()
155 struct list_head *list = $1; variable
165 struct list_head *list = $1; variable
180 struct list_head *list = $1; variable
202 struct list_head *list = $3; variable
212 struct list_head *list = $2; variable
223 struct list_head *list = $1; variable
237 struct list_head *list = $1; variable
294 struct list_head *list = NULL, *orig_terms = NULL, *terms= NULL; variable
[all …]
Dparse-events-hybrid.c40 struct list_head *list, in create_event_hybrid()
72 struct list_head *list, struct perf_event_attr *attr, in add_hw_hybrid()
96 static int create_raw_event_hybrid(int *idx, struct list_head *list, in create_raw_event_hybrid()
115 struct list_head *list, struct perf_event_attr *attr, in add_raw_hybrid()
139 struct list_head *list, in parse_events__add_numeric_hybrid()
161 int parse_events__add_cache_hybrid(struct list_head *list, int *idx, in parse_events__add_cache_hybrid()
Dparse-events.c365 __add_event(struct list_head *list, int *idx, in __add_event()
416 static int add_event(struct list_head *list, int *idx, in add_event()
424 static int add_event_tool(struct list_head *list, int *idx, in add_event_tool()
472 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache()
588 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint()
612 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event()
660 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event()
672 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys()
709 struct list_head *list; member
719 struct list_head *list = param->list; in add_bpf_event() local
[all …]
Dconfig.h57 #define perf_config_sections__for_each_entry(list, section) \ argument
65 #define perf_config_items__for_each_entry(list, item) \ argument
Devlist.h251 #define __evlist__for_each_entry(list, evsel) \ argument
267 #define __evlist__for_each_entry_continue(list, evsel) \ argument
283 #define __evlist__for_each_entry_from(list, evsel) \ argument
299 #define __evlist__for_each_entry_reverse(list, evsel) \ argument
316 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
Dpmu.h33 struct list_head list; member
51 struct list_head list; /* ELEM */ member
75 struct list_head list; /* ELEM */ member
Dcomm.h14 struct list_head list; member
Dsrcline.h33 struct list_head list; member
Dordered-events.h13 struct list_head list; member
31 struct list_head list; member
/tools/firewire/
Dlist.h2 struct list { struct
3 struct list *next, *prev; argument
7 list_init(struct list *list) in list_init()
14 list_empty(struct list *list) in list_empty()
29 list_append(struct list *list, struct list *new_link) in list_append()
35 list_prepend(struct list *list, struct list *new_link) in list_prepend()
50 #define list_head(list, type, member) \ argument
53 #define list_tail(list, type, member) \ argument
59 #define list_for_each_entry(pos, list, member) \ argument
/tools/testing/selftests/kvm/x86_64/
Dget_msr_index_features.c20 struct kvm_msr_list *list; in kvm_num_index_msrs() local
38 struct kvm_msr_list *list; in test_get_msr_index() local
66 struct kvm_msr_list *list; in kvm_num_feature_msrs() local
83 struct kvm_msr_list *list; in kvm_get_msr_feature_list() local
Dxss_msr_test.c22 struct kvm_msr_list *list; in is_supported_msr() local
/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c134 void this_cpu_list_push(struct percpu_list *list, in this_cpu_list_push()
164 struct percpu_list_node *this_cpu_list_pop(struct percpu_list *list, in this_cpu_list_pop()
195 struct percpu_list_node *__percpu_list_pop(struct percpu_list *list, int cpu) in __percpu_list_pop()
209 struct percpu_list *list = (struct percpu_list *)arg; in test_percpu_list_thread() local
240 struct percpu_list list; in test_percpu_list() local
Dparam_test.c513 void this_cpu_list_push(struct percpu_list *list, in this_cpu_list_push()
543 struct percpu_list_node *this_cpu_list_pop(struct percpu_list *list, in this_cpu_list_pop()
579 struct percpu_list_node *__percpu_list_pop(struct percpu_list *list, int cpu) in __percpu_list_pop()
593 struct percpu_list *list = (struct percpu_list *)arg; in test_percpu_list_thread() local
623 struct percpu_list list; in test_percpu_list() local
1177 void test_membarrier_init_percpu_list(struct percpu_list *list) in test_membarrier_init_percpu_list()
1193 void test_membarrier_free_percpu_list(struct percpu_list *list) in test_membarrier_free_percpu_list()
/tools/perf/arch/x86/util/
Diostat.c97 static void iio_root_ports_list_free(struct iio_root_ports_list *list) in iio_root_ports_list_free()
110 const struct iio_root_ports_list * const list, u32 domain, u8 bus) in iio_root_port_find_by_notation()
125 static int iio_root_ports_list_insert(struct iio_root_ports_list *list, in iio_root_ports_list_insert()
144 static int iio_mapping(u8 pmu_idx, struct iio_root_ports_list * const list) in iio_mapping()
196 static int iio_root_ports_scan(struct iio_root_ports_list **list) in iio_root_ports_scan()
247 static int iio_root_ports_list_filter(struct iio_root_ports_list **list, in iio_root_ports_list_filter()
298 struct iio_root_ports_list *list) in iostat_event_group()
/tools/include/linux/
Dlist.h25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
165 static inline void list_move_tail(struct list_head *list, in list_move_tail()
177 static inline int list_is_last(const struct list_head *list, in list_is_last()
234 static inline void __list_cut_position(struct list_head *list, in __list_cut_position()
260 static inline void list_cut_position(struct list_head *list, in list_cut_position()
274 static inline void __list_splice(const struct list_head *list, in __list_splice()
293 static inline void list_splice(const struct list_head *list, in list_splice()
305 static inline void list_splice_tail(struct list_head *list, in list_splice_tail()
319 static inline void list_splice_init(struct list_head *list, in list_splice_init()
[all …]
/tools/testing/selftests/bpf/
Dtest_lpm_map.c41 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add()
69 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear()
81 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match()
110 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete()
140 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local
212 struct tlpm_node *t, *list = NULL; in test_lpm_map() local
/tools/lib/traceevent/
Devent-plugin.c110 char **list = NULL; in tep_plugin_list_options() local
144 void tep_plugin_free_options_list(char **list) in tep_plugin_free_options_list()
434 const struct tep_plugin_list *list) in tep_print_plugins()
449 struct tep_plugin_list *list; in load_plugin() local
640 struct tep_plugin_list *list = NULL; in tep_load_plugins() local
699 struct tep_plugin_list *list; in tep_unload_plugins() local
/tools/lib/perf/include/internal/
Devlist.h63 #define __perf_evlist__for_each_entry(list, evsel) \ argument
79 #define __perf_evlist__for_each_entry_reverse(list, evsel) \ argument
96 #define __perf_evlist__for_each_entry_safe(list, tmp, evsel) \ argument
/tools/perf/ui/
Dhist.c595 void perf_hpp_list__column_register(struct perf_hpp_list *list, in perf_hpp_list__column_register()
601 void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, in perf_hpp_list__register_sort_field()
607 void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, in perf_hpp_list__prepend_sort_field()
645 void perf_hpp__setup_output_field(struct perf_hpp_list *list) in perf_hpp__setup_output_field()
668 void perf_hpp__append_sort_keys(struct perf_hpp_list *list) in perf_hpp__append_sort_keys()
688 void perf_hpp__reset_output_field(struct perf_hpp_list *list) in perf_hpp__reset_output_field()
863 int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, in perf_hpp__setup_hists_formats()
/tools/perf/
Dbuiltin-buildid-cache.c224 struct strlist *list; in build_id_cache__purge_path() local
249 struct strlist *list; in build_id_cache__purge_all() local
364 struct strlist *list; in cmd_buildid_cache() local
/tools/objtool/include/objtool/
Dspecial.h16 struct list_head list; member
Delf.h29 struct list_head list; member
45 struct list_head list; member
67 struct list_head list; member
/tools/virtio/linux/
Dvirtio.h20 struct list_head list; member
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c63 libusb_device **list; in test_init() local

1234