| /tools/perf/util/ |
| D | parse-events.y | 28 #define ALLOC_LIST(list) \ argument 35 static void inc_group_count(struct list_head *list, in inc_group_count() 127 struct list_head *list = $1; variable 136 struct list_head *list = $1; variable 150 struct list_head *list = $1; variable 161 struct list_head *list = $3; variable 170 struct list_head *list = $2; variable 181 struct list_head *list = $1; variable 194 struct list_head *list = $1; variable 231 struct list_head *list, *orig_terms, *terms; variable [all …]
|
| D | parse-events.c | 311 __add_event(struct list_head *list, int *idx, in __add_event() 341 static int add_event(struct list_head *list, int *idx, in add_event() 377 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() 481 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint() 506 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event() 548 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event() 560 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys() 596 struct list_head *list; member 606 struct list_head *list = param->list; in add_bpf_event() local 639 struct list_head *list, in parse_events_load_bpf_obj() [all …]
|
| D | config.h | 50 #define perf_config_sections__for_each_entry(list, section) \ argument 58 #define perf_config_items__for_each_entry(list, item) \ argument
|
| D | evlist.h | 317 #define __evlist__for_each_entry(list, evsel) \ argument 333 #define __evlist__for_each_entry_continue(list, evsel) \ argument 349 #define __evlist__for_each_entry_reverse(list, evsel) \ argument 366 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
|
| D | comm.h | 14 struct list_head list; member
|
| D | srcline.h | 24 struct list_head list; member
|
| D | pmu.h | 31 struct list_head list; /* ELEM */ member 53 struct list_head list; /* ELEM */ member
|
| D | namespaces.h | 19 struct list_head list; member
|
| D | parse-events.h | 97 struct list_head list; member 116 struct list_head list; member
|
| D | sort.c | 1843 struct perf_hpp_list *list, in __sort_dimension__add_hpp_sort() 1856 struct perf_hpp_list *list) in __sort_dimension__add_hpp_output() 2380 struct perf_hpp_list *list, in __sort_dimension__add() 2398 struct perf_hpp_list *list, in __hpp_dimension__add() 2415 static int __sort_dimension__add_output(struct perf_hpp_list *list, in __sort_dimension__add_output() 2428 static int __hpp_dimension__add_output(struct perf_hpp_list *list, in __hpp_dimension__add_output() 2451 int sort_dimension__add(struct perf_hpp_list *list, const char *tok, in sort_dimension__add() 2547 static int setup_sort_list(struct perf_hpp_list *list, char *str, in setup_sort_list() 2752 static bool __get_elide(struct strlist *list, const char *list_name, FILE *fp) in __get_elide() 2828 int output_field_add(struct perf_hpp_list *list, char *tok) in output_field_add() [all …]
|
| /tools/firewire/ |
| D | list.h | 2 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/bpf/ |
| D | test_lpm_map.c | 35 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add() 55 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear() 67 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match() 98 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local 163 struct tlpm_node *t, *list = NULL; in test_lpm_map() local
|
| /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/include/linux/ |
| D | list.h | 25 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/nvdimm/test/ |
| D | nfit_test.h | 21 struct list_head list; member 27 struct list_head list; member
|
| /tools/perf/ui/ |
| D | hist.c | 516 void perf_hpp_list__column_register(struct perf_hpp_list *list, in perf_hpp_list__column_register() 522 void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, in perf_hpp_list__register_sort_field() 528 void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, in perf_hpp_list__prepend_sort_field() 565 void perf_hpp__setup_output_field(struct perf_hpp_list *list) in perf_hpp__setup_output_field() 588 void perf_hpp__append_sort_keys(struct perf_hpp_list *list) in perf_hpp__append_sort_keys() 621 void perf_hpp__reset_output_field(struct perf_hpp_list *list) in perf_hpp__reset_output_field() 796 int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, in perf_hpp__setup_hists_formats()
|
| /tools/objtool/ |
| D | elf.h | 39 struct list_head list; member 55 struct list_head list; member 68 struct list_head list; member
|
| D | special.h | 25 struct list_head list; member
|
| /tools/perf/ |
| D | builtin-buildid-cache.c | 219 struct strlist *list; in build_id_cache__purge_path() local 302 struct strlist *list; in cmd_buildid_cache() local
|
| /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/testing/selftests/vm/ |
| D | compaction_test.c | 163 struct map_list *list, *entry; in main() local
|
| /tools/testing/selftests/timers/ |
| D | threadtest.c | 41 void checklist(struct timespec *list, int size) in checklist()
|
| D | inconsistency-check.c | 96 struct timespec list[CALLS_PER_LOOP]; in consistency_test() local
|
| /tools/vm/ |
| D | page_owner_sort.c | 26 static struct block_list *list; variable
|