Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:intlist__new
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intlist.h
20
struct intlist *
intlist__new
(const char *slist);
H
A
D
intlist.c
109
struct intlist *
intlist__new
(const char *slist)
in intlist__new()
function
H
A
D
cs-etm.c
724
etmq->traceid_queues_list =
intlist__new
(NULL);
in cs_etm__alloc_queue()
2535
traceid_list =
intlist__new
(NULL);
in cs_etm__process_auxtrace_info()
H
A
D
probe-finder.c
1163
pf->lcache =
intlist__new
(NULL);
in debuginfo__find_probe_location()
H
A
D
symbol.c
2403
*list =
intlist__new
(list_str);
in setup_intlist()
H
A
D
probe-event.c
1267
lr->line_list =
intlist__new
(NULL);
in line_range__init()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intlist.h
20
struct intlist *
intlist__new
(const char *slist);
H
A
D
intlist.c
114
struct intlist *
intlist__new
(const char *slist)
in intlist__new()
function
H
A
D
symbol.c
2574
*list =
intlist__new
(list_str);
in setup_intlist()
2590
*addr_list =
intlist__new
(NULL);
in setup_addrlist()
H
A
D
cs-etm.c
1034
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
D
probe-finder.c
1177
pf->lcache =
intlist__new
(NULL);
in debuginfo__find_probe_location()
H
A
D
probe-event.c
1295
lr->line_list =
intlist__new
(NULL);
in line_range__init()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
builtin-test.c
811
skiplist =
intlist__new
(skip);
in cmd_test()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
builtin-test.c
557
skiplist =
intlist__new
(skip);
in cmd_test()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-kvm.c
1127
kvm->pid_list =
intlist__new
(kvm->opts.target.pid);
in parse_target_str()
H
A
D
builtin-top.c
757
seen =
intlist__new
(NULL);
in perf_event__process_sample()
H
A
D
builtin-trace.c
1283
ttrace->syscall_stats =
intlist__new
(NULL);
in thread_trace__new()
4444
struct intlist *list =
intlist__new
(str);
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kvm.c
1650
kvm->pid_list =
intlist__new
(kvm->opts.target.pid);
in parse_target_str()
H
A
D
builtin-top.c
757
seen =
intlist__new
(NULL);
in perf_event__process_sample()
H
A
D
builtin-trace.c
1291
ttrace->syscall_stats =
intlist__new
(NULL);
in thread_trace__new()
4367
struct intlist *list =
intlist__new
(str);
Completed in 52 milliseconds