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:rest_psb
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
2673
size_t
rest_psb
= INTEL_PT_PSB_LEN - part_psb;
in intel_pt_rest_psb()
local
2676
if (
rest_psb
> decoder->len ||
in intel_pt_rest_psb()
2677
memcmp(decoder->buf, psb + part_psb,
rest_psb
))
in intel_pt_rest_psb()
2680
return
rest_psb
;
in intel_pt_rest_psb()
2686
int
rest_psb
, ret;
in intel_pt_get_split_psb()
local
2695
rest_psb
= intel_pt_rest_psb(decoder, part_psb);
in intel_pt_get_split_psb()
2696
if (!
rest_psb
)
in intel_pt_get_split_psb()
2700
decoder->next_buf = decoder->buf +
rest_psb
;
in intel_pt_get_split_psb()
2701
decoder->next_len = decoder->len -
rest_psb
;
in intel_pt_get_split_psb()
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
3833
size_t
rest_psb
= INTEL_PT_PSB_LEN - part_psb;
in intel_pt_rest_psb()
local
3836
if (
rest_psb
> decoder->len ||
in intel_pt_rest_psb()
3837
memcmp(decoder->buf, psb + part_psb,
rest_psb
))
in intel_pt_rest_psb()
3840
return
rest_psb
;
in intel_pt_rest_psb()
3846
int
rest_psb
, ret;
in intel_pt_get_split_psb()
local
3855
rest_psb
= intel_pt_rest_psb(decoder, part_psb);
in intel_pt_get_split_psb()
3856
if (!
rest_psb
)
in intel_pt_get_split_psb()
3860
decoder->next_buf = decoder->buf +
rest_psb
;
in intel_pt_get_split_psb()
3861
decoder->next_len = decoder->len -
rest_psb
;
in intel_pt_get_split_psb()
Completed in 9 milliseconds