| /tools/perf/util/ |
| D | parse-events.y | 24 #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 …]
|
| D | config.h | 45 #define perf_config_sections__for_each_entry(list, section) \ argument 53 #define perf_config_items__for_each_entry(list, item) \ argument
|
| D | parse-events.c | 303 __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 …]
|
| D | comm.h | 13 struct list_head list; member
|
| D | evlist.h | 299 #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
|
| D | pmu.h | 28 struct list_head list; /* ELEM */ member 47 struct list_head list; /* ELEM */ member
|
| D | parse-events.h | 95 struct list_head list; member 110 struct list_head list; member
|
| D | ordered-events.h | 12 struct list_head list; member
|
| D | sort.c | 1708 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/ |
| D | list.h | 1 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/ |
| D | event-plugin.c | 115 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/ |
| D | nfit_test.h | 20 struct list_head list; member 26 struct list_head list; member
|
| /tools/include/linux/ |
| D | list.h | 24 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/ |
| D | types.h | 11 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
|
| /tools/objtool/ |
| D | elf.h | 32 struct list_head list; member 48 struct list_head list; member 60 struct list_head list; member
|
| D | special.h | 25 struct list_head list; member
|
| /tools/perf/ui/ |
| D | hist.c | 512 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/ |
| D | test.c | 63 libusb_device **list; in test_init() local
|
| /tools/usb/ffs-aio-example/simple/host_app/ |
| D | test.c | 63 libusb_device **list; in test_init() local
|
| /tools/perf/ |
| D | builtin-buildid-cache.c | 204 struct strlist *list; in build_id_cache__purge_path() local 282 struct strlist *list; in cmd_buildid_cache() local
|
| /tools/testing/selftests/vm/ |
| D | compaction_test.c | 160 struct map_list *list, *entry; in main() local
|
| /tools/testing/selftests/timers/ |
| D | threadtest.c | 53 void checklist(struct timespec *list, int size) in checklist()
|
| D | inconsistency-check.c | 107 struct timespec list[CALLS_PER_LOOP]; in consistency_test() local
|
| /tools/vm/ |
| D | page_owner_sort.c | 25 static struct block_list *list; variable
|
| /tools/usb/usbip/libsrc/ |
| D | list.h | 27 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
|