Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dintlist.h20 struct intlist *intlist__new(const char *slist);
Dintlist.c114 struct intlist *intlist__new(const char *slist) in intlist__new() function
Dsymbol.c2437 *list = intlist__new(list_str); in setup_intlist()
2453 *addr_list = intlist__new(NULL); in setup_addrlist()
Dcs-etm.c766 etmq->traceid_queues_list = intlist__new(NULL); in cs_etm__alloc_queue()
2941 traceid_list = intlist__new(NULL); in cs_etm__process_auxtrace_info()
Dprobe-finder.c1168 pf->lcache = intlist__new(NULL); in debuginfo__find_probe_location()
Dprobe-event.c1282 lr->line_list = intlist__new(NULL); in line_range__init()
/linux-5.19.10/tools/perf/tests/
Dbuiltin-test.c631 skiplist = intlist__new(skip); in cmd_test()
/linux-5.19.10/tools/perf/
Dbuiltin-kvm.c1128 kvm->pid_list = intlist__new(kvm->opts.target.pid); in parse_target_str()
Dbuiltin-top.c754 seen = intlist__new(NULL); in perf_event__process_sample()
Dbuiltin-trace.c1293 ttrace->syscall_stats = intlist__new(NULL); in thread_trace__new()
4486 struct intlist *list = intlist__new(str);