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:prev_lbr_cursor
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.h
29
struct callchain_cursor_node *
prev_lbr_cursor
;
member
H
A
D
machine.c
2290
lbr_stitch->
prev_lbr_cursor
[idx].valid = false;
in save_lbr_cursor_node()
2298
memcpy(&lbr_stitch->
prev_lbr_cursor
[idx], cursor->curr,
in save_lbr_cursor_node()
2301
lbr_stitch->
prev_lbr_cursor
[idx].valid = true;
in save_lbr_cursor_node()
2500
if (!lbr_stitch->
prev_lbr_cursor
[i].valid)
in has_stitched_lbr()
2507
memcpy(&stitch_node->cursor, &lbr_stitch->
prev_lbr_cursor
[i],
in has_stitched_lbr()
2528
thread->lbr_stitch->
prev_lbr_cursor
= calloc(max_lbr + 1, sizeof(struct callchain_cursor_node));
in alloc_lbr_stitch()
2529
if (!thread->lbr_stitch->
prev_lbr_cursor
)
in alloc_lbr_stitch()
H
A
D
thread.c
476
zfree(&lbr_stitch->
prev_lbr_cursor
);
in thread__free_stitch_list()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
thread.h
30
struct callchain_cursor_node *
prev_lbr_cursor
;
member
H
A
D
machine.c
2527
lbr_stitch->
prev_lbr_cursor
[idx].valid = false;
in save_lbr_cursor_node()
2535
memcpy(&lbr_stitch->
prev_lbr_cursor
[idx], cursor->curr,
in save_lbr_cursor_node()
2538
lbr_stitch->
prev_lbr_cursor
[idx].valid = true;
in save_lbr_cursor_node()
2737
if (!lbr_stitch->
prev_lbr_cursor
[i].valid)
in has_stitched_lbr()
2744
memcpy(&stitch_node->cursor, &lbr_stitch->
prev_lbr_cursor
[i],
in has_stitched_lbr()
2765
thread__lbr_stitch(thread)->
prev_lbr_cursor
=
in alloc_lbr_stitch()
2767
if (!thread__lbr_stitch(thread)->
prev_lbr_cursor
)
in alloc_lbr_stitch()
H
A
D
thread.c
494
zfree(&lbr_stitch->
prev_lbr_cursor
);
in thread__free_stitch_list()
Completed in 11 milliseconds