Searched refs:intlist__new (Results 1 – 10 of 10) sorted by relevance
20 struct intlist *intlist__new(const char *slist);
114 struct intlist *intlist__new(const char *slist) in intlist__new() function
2396 *list = intlist__new(list_str); in setup_intlist()2412 *addr_list = intlist__new(NULL); in setup_addrlist()
1168 etmq->traceid_queues_list = intlist__new(NULL); in cs_etm__alloc_queue()1177 etmq->traceid_list = etmq->own_traceid_list = intlist__new(NULL); in cs_etm__alloc_queue()
1070 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
1331 lr->line_list = intlist__new(NULL); in line_range__init()
841 skiplist = intlist__new(skip); in cmd_test()
758 seen = intlist__new(NULL); in perf_event__process_sample()
1589 kvm->pid_list = intlist__new(kvm->opts.target.pid); in parse_target_str()
4999 struct intlist *list = intlist__new(str); in trace__set_filter_pids_from_option()
Completed in 43 milliseconds