Home
last modified time | relevance | path

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

/openbmc/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.c2331 *list = intlist__new(list_str); in setup_intlist()
2347 *addr_list = intlist__new(NULL); in setup_addrlist()
H A Dcs-etm.c1034 etmq->traceid_queues_list = intlist__new(NULL); in cs_etm__alloc_queue()
3230 traceid_list = intlist__new(NULL); in cs_etm__process_auxtrace_info_full()
H A Dprobe-finder.c1177 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
H A Dprobe-event.c1296 lr->line_list = intlist__new(NULL); in line_range__init()
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c558 skiplist = intlist__new(skip); in cmd_test()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c757 seen = intlist__new(NULL); in perf_event__process_sample()
H A Dbuiltin-kvm.c1650 kvm->pid_list = intlist__new(kvm->opts.target.pid); in parse_target_str()
H A Dbuiltin-trace.c1291 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
4367 struct intlist *list = intlist__new(str);