Home
last modified time | relevance | path

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

123

/tools/perf/util/
Dparse-events.y24 #define ALLOC_LIST(list) \ argument
31 static void inc_group_count(struct list_head *list, in inc_group_count()
122 struct list_head *list = $1; variable
131 struct list_head *list = $1; variable
145 struct list_head *list = $1; variable
156 struct list_head *list = $3; variable
165 struct list_head *list = $2; variable
176 struct list_head *list = $1; variable
189 struct list_head *list = $1; variable
225 struct list_head *list; variable
[all …]
Dconfig.h45 #define perf_config_sections__for_each_entry(list, section) \ argument
53 #define perf_config_items__for_each_entry(list, item) \ argument
Dparse-events.c303 __add_event(struct list_head *list, int *idx, in __add_event()
330 static int add_event(struct list_head *list, int *idx, in add_event()
366 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache()
470 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint()
495 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event()
537 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event()
549 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys()
585 struct list_head *list; member
595 struct list_head *list = param->list; in add_bpf_event() local
628 struct list_head *list, in parse_events_load_bpf_obj()
[all …]
Dcomm.h13 struct list_head list; member
Devlist.h299 #define __evlist__for_each_entry(list, evsel) \ argument
315 #define __evlist__for_each_entry_continue(list, evsel) \ argument
331 #define __evlist__for_each_entry_reverse(list, evsel) \ argument
348 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
Dpmu.h28 struct list_head list; /* ELEM */ member
47 struct list_head list; /* ELEM */ member
Dparse-events.h95 struct list_head list; member
110 struct list_head list; member
Dordered-events.h12 struct list_head list; member
Dsort.c1708 struct perf_hpp_list *list, in __sort_dimension__add_hpp_sort()
1721 struct perf_hpp_list *list) in __sort_dimension__add_hpp_output()
2245 struct perf_hpp_list *list, in __sort_dimension__add()
2263 struct perf_hpp_list *list, in __hpp_dimension__add()
2280 static int __sort_dimension__add_output(struct perf_hpp_list *list, in __sort_dimension__add_output()
2293 static int __hpp_dimension__add_output(struct perf_hpp_list *list, in __hpp_dimension__add_output()
2316 int sort_dimension__add(struct perf_hpp_list *list, const char *tok, in sort_dimension__add()
2412 static int setup_sort_list(struct perf_hpp_list *list, char *str, in setup_sort_list()
2617 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide()
2693 int output_field_add(struct perf_hpp_list *list, char *tok) in output_field_add()
[all …]
/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.h20 struct list_head list; member
26 struct list_head list; member
/tools/include/linux/
Dlist.h24 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
153 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
164 static inline void list_move_tail(struct list_head *list, in list_move_tail()
176 static inline int list_is_last(const struct list_head *list, in list_is_last()
233 static inline void __list_cut_position(struct list_head *list, in __list_cut_position()
259 static inline void list_cut_position(struct list_head *list, in list_cut_position()
273 static inline void __list_splice(const struct list_head *list, in __list_splice()
292 static inline void list_splice(const struct list_head *list, in list_splice()
304 static inline void list_splice_tail(struct list_head *list, in list_splice_tail()
318 static inline void list_splice_init(struct list_head *list, in list_splice_init()
[all …]
/tools/testing/radix-tree/linux/
Dtypes.h11 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
/tools/objtool/
Delf.h32 struct list_head list; member
48 struct list_head list; member
60 struct list_head list; member
Dspecial.h25 struct list_head list; member
/tools/perf/ui/
Dhist.c512 void perf_hpp_list__column_register(struct perf_hpp_list *list, in perf_hpp_list__column_register()
518 void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, in perf_hpp_list__register_sort_field()
524 void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, in perf_hpp_list__prepend_sort_field()
561 void perf_hpp__setup_output_field(struct perf_hpp_list *list) in perf_hpp__setup_output_field()
584 void perf_hpp__append_sort_keys(struct perf_hpp_list *list) in perf_hpp__append_sort_keys()
610 void perf_hpp__reset_output_field(struct perf_hpp_list *list) in perf_hpp__reset_output_field()
785 int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, in perf_hpp__setup_hists_formats()
/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.c204 struct strlist *list; in build_id_cache__purge_path() local
282 struct strlist *list; in cmd_buildid_cache() local
/tools/testing/selftests/vm/
Dcompaction_test.c160 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()

123