/tools/perf/util/ |
D | parse-events.y | 25 #define ALLOC_LIST(list) \ argument 32 static inc_group_count(struct list_head *list, in inc_group_count() 106 struct list_head *list = $1; variable 115 struct list_head *list = $1; variable 129 struct list_head *list = $1; variable 140 struct list_head *list = $3; variable 149 struct list_head *list = $2; variable 160 struct list_head *list = $1; variable 173 struct list_head *list = $1; variable 208 struct list_head *list; variable [all …]
|
D | parse-events.c | 283 __add_event(struct list_head *list, int *idx, in __add_event() 302 static int add_event(struct list_head *list, int *idx, in add_event() 326 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() 387 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint() 401 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event() 433 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event() 441 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys() 473 int parse_events_add_tracepoint(struct list_head *list, int *idx, in parse_events_add_tracepoint() 528 int parse_events_add_breakpoint(struct list_head *list, int *idx, in parse_events_add_breakpoint() 609 int parse_events_add_numeric(struct list_head *list, int *idx, in parse_events_add_numeric() [all …]
|
D | pmu.h | 25 struct list_head list; /* ELEM */ member 38 struct list_head list; /* ELEM */ member
|
D | evlist.h | 218 #define __evlist__for_each(list, evsel) \ argument 234 #define __evlist__for_each_continue(list, evsel) \ argument 250 #define __evlist__for_each_reverse(list, evsel) \ argument 267 #define __evlist__for_each_safe(list, tmp, evsel) \ argument
|
D | comm.h | 13 struct list_head list; member
|
D | parse-events.h | 73 struct list_head list; member 77 struct list_head list; member
|
D | ordered-events.h | 13 struct list_head list; member
|
D | pmu.c | 19 struct list_head list; member 166 static int perf_pmu__new_alias(struct list_head *list, char *dir, char *name, FILE *file) in perf_pmu__new_alias() 690 int perf_pmu__new_format(struct list_head *list, char *name, in perf_pmu__new_format()
|
D | strlist.c | 136 struct strlist *strlist__new(bool dupstr, const char *list) in strlist__new()
|
D | callchain.h | 73 struct list_head list; member
|
D | sort.h | 197 struct list_head list; member
|
D | callchain.c | 682 struct callchain_list *list, *next_list; in merge_chain_branch() local
|
D | hist.h | 202 struct list_head list; member
|
/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 | 68 char **list = NULL; in traceevent_plugin_list_options() local 102 void traceevent_plugin_free_options_list(char **list) in traceevent_plugin_free_options_list() 227 const struct plugin_list *list) in traceevent_print_plugins() 241 struct plugin_list *list; in load_plugin() local 394 struct plugin_list *list = NULL; in traceevent_load_plugins() local 404 struct plugin_list *list; in traceevent_unload_plugins() local
|
/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | test.c | 68 libusb_device **list; in test_init() local
|
/tools/usb/ffs-aio-example/simple/host_app/ |
D | test.c | 68 libusb_device **list; in test_init() local
|
/tools/usb/usbip/libsrc/ |
D | list.h | 27 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 37 enum operation_mode_e { list = 1, show, show_all }; enumerator
|
/tools/perf/ |
D | builtin-buildid-cache.c | 284 struct strlist *list; in cmd_buildid_cache() local
|
D | builtin-kmem.c | 349 struct list_head list; member 538 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
|
D | builtin-sched.c | 80 struct list_head list; member 755 struct list_head list; member 759 thread_lat_cmp(struct list_head *list, struct work_atoms *l, struct work_atoms *r) in thread_lat_cmp() 1199 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
|
/tools/perf/tests/ |
D | switch-tracking.c | 198 struct list_head list; member
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 264 PyObject *obj, *list = NULL; in get_field_numeric_entry() local
|
/tools/perf/ui/ |
D | hist.c | 439 struct list_head *list; in perf_hpp__init() local
|