Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dparse-events.y25 #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 …]
Dparse-events.c283 __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 …]
Dpmu.h25 struct list_head list; /* ELEM */ member
38 struct list_head list; /* ELEM */ member
Devlist.h218 #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
Dcomm.h13 struct list_head list; member
Dparse-events.h73 struct list_head list; member
77 struct list_head list; member
Dordered-events.h13 struct list_head list; member
Dpmu.c19 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()
Dstrlist.c136 struct strlist *strlist__new(bool dupstr, const char *list) in strlist__new()
Dcallchain.h73 struct list_head list; member
Dsort.h197 struct list_head list; member
Dcallchain.c682 struct callchain_list *list, *next_list; in merge_chain_branch() local
Dhist.h202 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.c68 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/
Dtest.c68 libusb_device **list; in test_init() local
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c68 libusb_device **list; in test_init() local
/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.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator
/tools/perf/
Dbuiltin-buildid-cache.c284 struct strlist *list; in cmd_buildid_cache() local
Dbuiltin-kmem.c349 struct list_head list; member
538 static int sort_dimension__add(const char *tok, struct list_head *list) in sort_dimension__add()
Dbuiltin-sched.c80 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/
Dswitch-tracking.c198 struct list_head list; member
/tools/perf/util/scripting-engines/
Dtrace-event-python.c264 PyObject *obj, *list = NULL; in get_field_numeric_entry() local
/tools/perf/ui/
Dhist.c439 struct list_head *list; in perf_hpp__init() local

12