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:switch_ip
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
intel-pt.c
79
u64
switch_ip
;
member
1967
return ip == pt->
switch_ip
&&
in intel_pt_is_switch_ip()
2102
u64 ip,
switch_ip
= 0;
in intel_pt_switch_ip()
local
2122
switch_ip
= ip;
in intel_pt_switch_ip()
2128
if (!
switch_ip
|| !ptss_ip)
in intel_pt_switch_ip()
2146
return
switch_ip
;
in intel_pt_switch_ip()
2249
pt->
switch_ip
= intel_pt_switch_ip(pt, &pt->ptss_ip);
in intel_pt_run_decoder()
2250
if (pt->
switch_ip
) {
in intel_pt_run_decoder()
2251
intel_pt_log("
switch_ip
: %"PRIx64" ptss_ip: %"PRIx64"\n",
in intel_pt_run_decoder()
2252
pt->
switch_ip
, p
in intel_pt_run_decoder()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-pt.c
89
u64
switch_ip
;
member
2567
return ip == pt->
switch_ip
&&
in intel_pt_is_switch_ip()
2758
u64 ip,
switch_ip
= 0;
in intel_pt_switch_ip()
local
2778
switch_ip
= ip;
in intel_pt_switch_ip()
2784
if (!
switch_ip
|| !ptss_ip)
in intel_pt_switch_ip()
2802
return
switch_ip
;
in intel_pt_switch_ip()
2925
pt->
switch_ip
= intel_pt_switch_ip(pt, &pt->ptss_ip);
in intel_pt_run_decoder()
2926
if (pt->
switch_ip
) {
in intel_pt_run_decoder()
2927
intel_pt_log("
switch_ip
: %"PRIx64" ptss_ip: %"PRIx64"\n",
in intel_pt_run_decoder()
2928
pt->
switch_ip
, p
in intel_pt_run_decoder()
[all...]
Completed in 11 milliseconds