Searched refs:list_add (Results 1 – 20 of 20) sorted by relevance
/tools/perf/util/ |
D | ordered-events.c | 30 list_add(&new->list, &oe->events); in queue_event() 55 list_add(&new->list, &oe->events); in queue_event() 60 list_add(&new->list, &last->list); in queue_event() 158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
|
D | srccode.c | 108 list_add(&h->nd, &srcfile_list); in find_srcfile() 148 list_add(&h->nd, &srcfile_list); in find_srcfile()
|
D | thread.c | 65 list_add(&comm->list, &thread->comm_list); in thread__new() 180 list_add(&new->list, &thread->namespaces_list); in __thread__set_namespaces() 251 list_add(&new->list, &thread->comm_list); in ____thread__set_comm()
|
D | metricgroup.c | 195 list_add(&expr->nd, &me->head); in metricgroup__setup_events()
|
D | srcline.c | 54 list_add(&ilist->list, &node->val); in inline_list__append()
|
D | symbol.c | 1178 list_add(&map->node, &md->maps); in kcore_mapfn()
|
/tools/usb/usbip/libsrc/ |
D | list.h | 58 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function
|
D | usbip_host_common.c | 147 list_add(&edev->node, &hdriver->edev_list); in refresh_exported_devices()
|
/tools/bpf/bpftool/ |
D | cfg.c | 82 list_add(&new_func->l, &func->l); in cfg_append_func() 109 list_add(&new_bb->l, &bb->l); in func_append_bb() 126 list_add(&bb->l, after); in func_insert_dummy_bb()
|
/tools/include/linux/ |
D | list.h | 61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() function 157 list_add(list, head); in list_move()
|
/tools/perf/ |
D | builtin-lock.c | 342 list_add(&new->hash_entry, entry); in lock_stat_findnew() 381 list_add(&seq->list, &ts->seq_list); in get_seq()
|
D | builtin-inject.c | 507 list_add(&ent->node, &inject->samples); in perf_inject__sched_switch()
|
D | builtin-kvm.c | 243 list_add(&event->hash_entry, head); in find_create_kvm_event()
|
/tools/testing/nvdimm/test/ |
D | iomap.c | 323 list_add(&req->list, &nfit_res->requests); in nfit_test_request_region()
|
D | nfit.c | 1451 list_add(&nfit_res->list, &t->resources); in __test_alloc()
|
/tools/perf/tests/ |
D | switch-tracking.c | 223 list_add(&node->list, events); in add_event()
|
/tools/objtool/ |
D | elf.c | 291 list_add(&sym->list, entry); in read_symbols()
|
D | check.c | 797 list_add(&fake_jump->list, &last_new_insn->list); in handle_group_alt()
|
/tools/perf/ui/ |
D | hist.c | 535 list_add(&format->sort_list, &list->sorts); in perf_hpp_list__prepend_sort_field()
|
/tools/lib/bpf/ |
D | libbpf.c | 532 list_add(&obj->list, &bpf_objects_list); in bpf_object__new()
|