/tools/firewire/ |
A 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/perf/util/ |
A D | parse-events.y | 34 struct list_head *list; in alloc_list() local 288 struct list_head *list; variable 310 struct list_head *list; variable 330 struct list_head *list; variable 349 struct list_head *list; variable 370 struct list_head *list; variable 390 struct list_head *list; variable 409 struct list_head *list; variable 429 struct list_head *list; variable 450 struct list_head *list; variable [all …]
|
A D | parse-events.c | 576 struct list_head *list, in add_tracepoint() 604 struct list_head *list; member 651 struct list_head *list, in add_tracepoint_multi_sys() 742 struct list_head *list, in parse_events_add_breakpoint() 1371 struct list_head *list, in parse_events_add_tracepoint() 1391 struct list_head *list, in __parse_events_add_numeric() 1431 struct list_head *list, in parse_events_add_numeric() 1621 struct list_head *list = NULL; in parse_events_multi_pmu_add() local 1900 struct list_head *list, in parse_events__modifier_group() 1907 struct list_head *list, in parse_events__modifier_event() [all …]
|
A D | config.h | 59 #define perf_config_sections__for_each_entry(list, section) \ argument 67 #define perf_config_items__for_each_entry(list, item) \ argument
|
A D | evlist.h | 267 #define __evlist__for_each_entry(list, evsel) \ argument 283 #define __evlist__for_each_entry_continue(list, evsel) \ argument 299 #define __evlist__for_each_entry_from(list, evsel) \ argument 315 #define __evlist__for_each_entry_reverse(list, evsel) \ argument 332 #define __evlist__for_each_entry_safe(list, tmp, evsel) \ argument
|
A D | ordered-events.h | 14 struct list_head list; member 32 struct list_head list; member
|
A D | comm.h | 14 struct list_head list; member
|
A D | parse-events.h | 91 struct list_head list; member 144 struct list_head list; member 154 struct list_head list; member
|
A D | srcline.h | 35 struct list_head list; member
|
/tools/testing/selftests/filesystems/ |
A D | utils.c | 69 struct list { struct 71 struct list *next; argument 72 struct list *prev; argument 82 static inline void list_init(struct list *list) in list_init() 88 static inline int list_empty(const struct list *list) in list_empty() 101 static inline void list_add_tail(struct list *head, struct list *list) in list_add_tail() 106 static inline void list_del(struct list *list) in list_del()
|
/tools/include/linux/ |
A 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/perf/arch/x86/util/ |
A D | iostat.c | 98 static void iio_root_ports_list_free(struct iio_root_ports_list *list) in iio_root_ports_list_free() 111 const struct iio_root_ports_list * const list, u32 domain, u8 bus) in iio_root_port_find_by_notation() 126 static int iio_root_ports_list_insert(struct iio_root_ports_list *list, in iio_root_ports_list_insert() 145 static int iio_mapping(u8 pmu_idx, struct iio_root_ports_list * const list) in iio_mapping() 197 static int iio_root_ports_scan(struct iio_root_ports_list **list) in iio_root_ports_scan() 248 static int iio_root_ports_list_filter(struct iio_root_ports_list **list, in iio_root_ports_list_filter() 299 struct iio_root_ports_list *list) in iostat_event_group()
|
A D | evlist.c | 85 int arch_evlist__add_required_events(struct list_head *list) in arch_evlist__add_required_events()
|
A D | topdown.c | 86 int topdown_insert_slots_event(struct list_head *list, int idx, struct evsel *metric_event) in topdown_insert_slots_event()
|
/tools/testing/selftests/rseq/ |
A D | basic_percpu_ops_test.c | 170 void this_cpu_list_push(struct percpu_list *list, in this_cpu_list_push() 201 struct percpu_list_node *this_cpu_list_pop(struct percpu_list *list, in this_cpu_list_pop() 233 struct percpu_list_node *__percpu_list_pop(struct percpu_list *list, int cpu) in __percpu_list_pop() 247 struct percpu_list *list = (struct percpu_list *)arg; in test_percpu_list_thread() local 278 struct percpu_list list; in test_percpu_list() local
|
A D | param_test.c | 631 void this_cpu_list_push(struct percpu_list *list, in this_cpu_list_push() 662 struct percpu_list_node *this_cpu_list_pop(struct percpu_list *list, in this_cpu_list_pop() 699 struct percpu_list_node *__percpu_list_pop(struct percpu_list *list, int cpu) in __percpu_list_pop() 713 struct percpu_list *list = (struct percpu_list *)arg; in test_percpu_list_thread() local 743 struct percpu_list list; in test_percpu_list() local 1290 void test_membarrier_init_percpu_list(struct percpu_list *list) in test_membarrier_init_percpu_list() 1306 void test_membarrier_free_percpu_list(struct percpu_list *list) in test_membarrier_free_percpu_list()
|
/tools/testing/selftests/filesystems/statmount/ |
A D | listmount_test.c | 25 uint64_t list[LISTMNT_BUFFER], last_mnt_id = 0; in TEST() local 47 uint64_t list[LISTMNT_BUFFER], last_mnt_id = 0; in TEST() local
|
A D | statmount_test_ns.c | 156 uint64_t list[256]; in validate_external_listmount() local 227 uint64_t list[256]; in test_listmount_ns() local
|
/tools/testing/selftests/pidfd/ |
A D | pidfd_xattr_test.c | 54 char list[PATH_MAX] = {}; in TEST_F() local 101 char list[PATH_MAX] = {}; in TEST_F() local
|
/tools/lib/perf/include/internal/ |
A D | evlist.h | 70 #define __perf_evlist__for_each_entry(list, evsel) \ argument 86 #define __perf_evlist__for_each_entry_reverse(list, evsel) \ argument 103 #define __perf_evlist__for_each_entry_safe(list, tmp, evsel) \ argument
|
/tools/testing/selftests/bpf/map_tests/ |
A D | lpm_trie_map_basic_ops.c | 58 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add() 86 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear() 98 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match() 127 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete() 157 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local 231 struct tlpm_node *t, *list = NULL; in test_lpm_map() local
|
/tools/testing/selftests/turbostat/ |
A D | added_perf_counters.py | 136 def check_columns_or_fail(expected_columns: list, actual_columns: list):
|
/tools/perf/bench/ |
A D | pmu-scan.c | 45 struct list_head *list; in save_result() local 79 struct list_head *list; in check_result() local
|
/tools/perf/ui/ |
A D | hist.c | 884 void perf_hpp_list__column_register(struct perf_hpp_list *list, in perf_hpp_list__column_register() 890 void perf_hpp_list__register_sort_field(struct perf_hpp_list *list, in perf_hpp_list__register_sort_field() 896 void perf_hpp_list__prepend_sort_field(struct perf_hpp_list *list, in perf_hpp_list__prepend_sort_field() 980 void perf_hpp__setup_output_field(struct perf_hpp_list *list) in perf_hpp__setup_output_field() 1003 void perf_hpp__append_sort_keys(struct perf_hpp_list *list) in perf_hpp__append_sort_keys() 1023 void perf_hpp__reset_output_field(struct perf_hpp_list *list) in perf_hpp__reset_output_field() 1207 int perf_hpp__setup_hists_formats(struct perf_hpp_list *list, in perf_hpp__setup_hists_formats() 1235 int perf_hpp__alloc_mem_stats(struct perf_hpp_list *list, struct evlist *evlist) in perf_hpp__alloc_mem_stats()
|
/tools/perf/ |
A D | builtin-buildid-cache.c | 224 struct strlist *list; in build_id_cache__purge_path() local 249 struct strlist *list; in build_id_cache__purge_all() local 370 struct strlist *list; in cmd_buildid_cache() local
|