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.c2400 *list = intlist__new(list_str); in symbol__init()
2416 *addr_list = intlist__new(NULL); in symbol__init()
H A Dcs-etm.c1203 etmq->traceid_queues_list = intlist__new(NULL); in cs_etm__setup_queue()
1212 etmq->traceid_list = etmq->own_traceid_list = intlist__new(NULL);
H A Dprobe-finder.c1092 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
H A Dprobe-event.c1330 lr->line_list = intlist__new(NULL); in line_range__init()
/linux/tools/perf/tests/
H A Dbuiltin-test.c1776 skiplist = intlist__new(skip);
/linux/tools/perf/
H A Dbuiltin-top.c757 seen = intlist__new(NULL); in perf_event__process_sample()
H A Dbuiltin-kvm.c1600 kvm->pid_list = intlist__new(kvm->opts.target.pid); in parse_target_str()
H A Dbuiltin-trace.c5083 struct intlist *list = intlist__new(str); in evlist__set_default_evsel_handler()