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:tnt
(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
153
struct intel_pt_pkt
tnt
;
member
1337
if (!(decoder->
tnt
.payload & BIT63)) {
in intel_pt_walk_tnt()
1343
decoder->
tnt
.count -= 1;
in intel_pt_walk_tnt()
1344
if (decoder->
tnt
.count)
in intel_pt_walk_tnt()
1348
decoder->
tnt
.payload <<= 1;
in intel_pt_walk_tnt()
1376
decoder->
tnt
.count -= 1;
in intel_pt_walk_tnt()
1377
if (decoder->
tnt
.count)
in intel_pt_walk_tnt()
1381
if (decoder->
tnt
.payload & BIT63) {
in intel_pt_walk_tnt()
1382
decoder->
tnt
.payload <<= 1;
in intel_pt_walk_tnt()
1391
decoder->
tnt
in intel_pt_walk_tnt()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H
A
D
intel-pt-decoder.c
184
struct intel_pt_pkt
tnt
;
member
1607
int n = 64 - decoder->
tnt
.count;
in intel_pt_emulated_ptwrite()
1610
.payload = decoder->
tnt
.payload >> n,
in intel_pt_emulated_ptwrite()
1658
if (!(decoder->
tnt
.payload & BIT63)) {
in intel_pt_walk_tnt()
1664
decoder->
tnt
.count -= 1;
in intel_pt_walk_tnt()
1665
if (decoder->
tnt
.count)
in intel_pt_walk_tnt()
1669
decoder->
tnt
.payload <<= 1;
in intel_pt_walk_tnt()
1699
decoder->
tnt
.count -= 1;
in intel_pt_walk_tnt()
1700
if (decoder->
tnt
.count)
in intel_pt_walk_tnt()
1704
if (decoder->
tnt
in intel_pt_walk_tnt()
[all...]
Completed in 6 milliseconds