Home
last modified time | relevance | path

Searched refs:intlist__new (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
H A Dintlist.h20 struct intlist *intlist__new(const char *slist);
H A Dintlist.c114 struct intlist *intlist__new(const char *slist) in intlist__new() function
H A Dsymbol.c2271 *list = intlist__new(list_str); in setup_intlist()
2287 *addr_list = intlist__new(NULL); in setup_addrlist()
H A Dcs-etm.c1167 etmq->traceid_queues_list = intlist__new(NULL); in cs_etm__alloc_queue()
1176 etmq->traceid_list = etmq->own_traceid_list = intlist__new(NULL); in cs_etm__alloc_queue()
H A Dprobe-finder.c1070 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
H A Dprobe-event.c1331 lr->line_list = intlist__new(NULL); in line_range__init()
/linux/tools/perf/tests/
H A Dbuiltin-test.c847 skiplist = intlist__new(skip); in cmd_test()
/linux/tools/perf/
H A Dbuiltin-top.c758 seen = intlist__new(NULL); in perf_event__process_sample()
H A Dbuiltin-kvm.c1601 kvm->pid_list = intlist__new(kvm->opts.target.pid); in parse_target_str()
H A Dbuiltin-trace.c5027 struct intlist *list = intlist__new(str); in trace__set_filter_pids_from_option()