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:free_lists
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.h
27
struct list_head
free_lists
;
member
H
A
D
thread.c
471
list_for_each_entry_safe(pos, tmp, &lbr_stitch->
free_lists
, node) {
in thread__free_stitch_list()
H
A
D
machine.c
2436
if (!list_empty(&lbr_stitch->
free_lists
)) {
in get_stitch_node()
2437
stitch_node = list_first_entry(&lbr_stitch->
free_lists
,
in get_stitch_node()
2533
INIT_LIST_HEAD(&thread->lbr_stitch->
free_lists
);
in alloc_lbr_stitch()
2587
&lbr_stitch->
free_lists
);
in resolve_lbr_callchain_sample()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
thread.h
28
struct list_head
free_lists
;
member
H
A
D
thread.c
489
list_for_each_entry_safe(pos, tmp, &lbr_stitch->
free_lists
, node) {
in thread__free_stitch_list()
H
A
D
machine.c
2673
if (!list_empty(&lbr_stitch->
free_lists
)) {
in get_stitch_node()
2674
stitch_node = list_first_entry(&lbr_stitch->
free_lists
,
in get_stitch_node()
2771
INIT_LIST_HEAD(&thread__lbr_stitch(thread)->
free_lists
);
in alloc_lbr_stitch()
2826
&lbr_stitch->
free_lists
);
in resolve_lbr_callchain_sample()
Completed in 11 milliseconds