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
defs:lbr_stitch
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.h
25
struct
lbr_stitch
{
struct
61
struct
lbr_stitch
*
lbr_stitch
;
member
H
A
D
thread.c
460
struct
lbr_stitch
*
lbr_stitch
= thread->
lbr_stitch
;
in thread__free_stitch_list()
local
H
A
D
machine.c
2284
struct
lbr_stitch
*
lbr_stitch
= thread->
lbr_stitch
;
in save_lbr_cursor_node()
local
2409
struct
lbr_stitch
*lbr_stitc
in lbr_callchain_add_stitched_lbr_ip()
local
2433
struct
lbr_stitch
*
lbr_stitch
= thread->
lbr_stitch
;
get_stitch_node()
local
2457
struct
lbr_stitch
*
lbr_stitch
= thread->
lbr_stitch
;
has_stitched_lbr()
local
2563
struct
lbr_stitch
*
lbr_stitch
;
resolve_lbr_callchain_sample()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
thread.c
478
struct
lbr_stitch
*
lbr_stitch
= thread__lbr_stitch(thread);
in thread__free_stitch_list()
local
H
A
D
thread.h
26
struct
lbr_stitch
{
struct
63
struct
lbr_stitch
*
lbr_stitch
;
in DECLARE_RC_STRUCT()
local
H
A
D
machine.c
2521
struct
lbr_stitch
*
lbr_stitch
= thread__lbr_stitch(thread);
in save_lbr_cursor_node()
local
2646
struct
lbr_stitch
*
lbr_stitch
= thread__lbr_stitch(thread);
in lbr_callchain_add_stitched_lbr_ip()
local
2670
struct
lbr_stitch
*lbr_stitc
in get_stitch_node()
local
2694
struct
lbr_stitch
*
lbr_stitch
= thread__
lbr_stitch
(thread);
has_stitched_lbr()
local
2802
struct
lbr_stitch
*
lbr_stitch
;
resolve_lbr_callchain_sample()
local
[all...]
Completed in 11 milliseconds