Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dparse-events.y24 #define ALLOC_LIST(list) \ argument
31 static inc_group_count(struct list_head *list, in inc_group_count()
114 struct list_head *list = $1; variable
123 struct list_head *list = $1; variable
137 struct list_head *list = $1; variable
148 struct list_head *list = $3; variable
157 struct list_head *list = $2; variable
168 struct list_head *list = $1; variable
181 struct list_head *list = $1; variable
217 struct list_head *list; variable
[all …]
Dparse-events.c285 __add_event(struct list_head *list, int *idx, in __add_event()
312 static int add_event(struct list_head *list, int *idx, in add_event()
337 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache()
428 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint()
453 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event()
495 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event()
507 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys()
543 struct list_head *list; member
552 struct list_head *list = param->list; in add_bpf_event() local
584 struct list_head *list, in parse_events_load_bpf_obj()
[all …]
Devlist.h230 #define __evlist__for_each(list, evsel) \ argument
246 #define __evlist__for_each_continue(list, evsel) \ argument
262 #define __evlist__for_each_reverse(list, evsel) \ argument
279 #define __evlist__for_each_safe(list, tmp, evsel) \ argument
Dcomm.h13 struct list_head list; member
Dpmu.h27 struct list_head list; /* ELEM */ member
42 struct list_head list; /* ELEM */ member
Dparse-events.h82 struct list_head list; member
97 struct list_head list; member
Dpmu.c20 struct list_head list; member
209 static int __perf_pmu__new_alias(struct list_head *list, char *dir, char *name, in __perf_pmu__new_alias()
247 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias()
895 int perf_pmu__new_format(struct list_head *list, char *name, in perf_pmu__new_format()
Dordered-events.h12 struct list_head list; member
Dstrlist.c154 struct strlist *strlist__new(const char *list, const struct strlist_config *config) in strlist__new()
Dcallchain.c643 struct callchain_list *list, *next_list; in merge_chain_branch() local
804 struct callchain_list *list, *tmp; in free_callchain_node() local
Dcallchain.h105 struct list_head list; member
/tools/firewire/
Dlist.h1 struct list { struct
2 struct list *next, *prev; argument
6 list_init(struct list *list) in list_init()
13 list_empty(struct list *list) in list_empty()
28 list_append(struct list *list, struct list *new_link) in list_append()
34 list_prepend(struct list *list, struct list *new_link) in list_prepend()
49 #define list_head(list, type, member) \ argument
52 #define list_tail(list, type, member) \ argument
58 #define list_for_each_entry(pos, list, member) \ argument
/tools/lib/traceevent/
Devent-plugin.c115 char **list = NULL; in traceevent_plugin_list_options() local
149 void traceevent_plugin_free_options_list(char **list) in traceevent_plugin_free_options_list()
275 const struct plugin_list *list) in traceevent_print_plugins()
289 struct plugin_list *list; in load_plugin() local
442 struct plugin_list *list = NULL; in traceevent_load_plugins() local
452 struct plugin_list *list; in traceevent_unload_plugins() local
/tools/testing/nvdimm/test/
Dnfit_test.h17 struct list_head list; member
Diomap.c25 struct list_head list; member
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c63 libusb_device **list; in test_init() local
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c63 libusb_device **list; in test_init() local
/tools/perf/
Dbuiltin-buildid-cache.c216 struct strlist *list; in build_id_cache__purge_path() local
294 struct strlist *list; in cmd_buildid_cache() local
/tools/testing/selftests/vm/
Dcompaction_test.c158 struct map_list *list, *entry; in main() local
/tools/testing/selftests/timers/
Dthreadtest.c53 void checklist(struct timespec *list, int size) in checklist()
Dinconsistency-check.c107 struct timespec list[CALLS_PER_LOOP]; in consistency_test() local
/tools/vm/
Dpage_owner_sort.c25 static struct block_list *list; variable
/tools/usb/usbip/libsrc/
Dlist.h27 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c39 enum operation_mode_e { list = 1, show, show_all }; enumerator
/tools/perf/tests/
Dswitch-tracking.c198 struct list_head list; member

12