/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 | thread.c | 66 list_add(&comm->list, &thread->comm_list); in thread__new() 182 list_add(&new->list, &thread->namespaces_list); in __thread__set_namespaces() 253 list_add(&new->list, &thread->comm_list); in ____thread__set_comm()
|
D | srccode.c | 140 list_add(&h->nd, &srcfile_list); in find_srcfile()
|
D | metricgroup.c | 390 list_add(&expr->nd, &me->head); in metricgroup__setup_events() 844 list_add(&ref->list, &m->metric_refs); in __add_metric() 873 list_add(&m->nd, metric_list); in __add_metric() 885 list_add(&m->nd, pos); in __add_metric() 1376 list_add(&new_expr->nd, &new_me->head); in metricgroup__copy_metric_events()
|
D | srcline.c | 54 list_add(&ilist->list, &node->val); in inline_list__append()
|
D | bpf_counter.c | 157 list_add(&counter->list, &evsel->bpf_counter_list); in bpf_program_profiler_load_one()
|
D | symbol.c | 1211 list_add(&map->node, &md->maps); in kcore_mapfn()
|
D | machine.c | 2561 list_add(&stitch_node->node, &lbr_stitch->lists); in has_stitched_lbr()
|
/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/testing/selftests/lkdtm/ |
D | tests.txt | 11 CORRUPT_LIST_ADD list_add corruption
|
/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 | 656 list_add(&ent->node, &inject->samples); in perf_inject__sched_switch()
|
D | builtin-kvm.c | 244 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 | ndtest.c | 478 list_add(&res->list, &p->resources); in ndtest_alloc_resource()
|
D | nfit.c | 1637 list_add(&nfit_res->list, &t->resources); in __test_alloc()
|
/tools/perf/tests/ |
D | switch-tracking.c | 225 list_add(&node->list, events); in add_event()
|
/tools/perf/ui/ |
D | hist.c | 610 list_add(&format->sort_list, &list->sorts); in perf_hpp_list__prepend_sort_field()
|
/tools/objtool/ |
D | elf.c | 331 list_add(&sym->list, entry); in elf_add_symbol()
|
D | check.c | 1503 list_add(&nop->list, &last_new_insn->list); in handle_group_alt()
|
/tools/lib/bpf/ |
D | xsk.c | 973 list_add(&ctx->list, &umem->ctx_list); in xsk_create_ctx()
|
/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1145 list_add(&vcpu->list, &vm->vcpus); in vm_vcpu_add()
|