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:guest_tid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-inject.c
61
struct
guest_tid
{
struct
100
/* Hash table for
guest_tid
*/
882
struct
guest_tid
*
guest_tid
= zalloc(sizeof(*
guest_tid
));
in guest_session__map_tid()
local
885
if (!
guest_tid
)
in guest_session__map_tid()
888
guest_tid
->tid = tid;
in guest_session__map_tid()
889
guest_tid
->vcpu = vcpu;
in guest_session__map_tid()
890
hash = hash_32(
guest_tid
->tid, PERF_EVLIST__HLIST_BITS);
in guest_session__map_tid()
891
hlist_add_head(&
guest_tid
in guest_session__map_tid()
1130
struct
guest_tid
*
guest_tid
;
guest_session__lookup_tid()
local
1674
struct
guest_tid
*
guest_tid
;
host__context_switch()
local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
intel-pt.c
206
pid_t
guest_tid
;
member
1470
ptq->
guest_tid
= tid;
in intel_pt_get_guest_from_sideband()
1500
ptq->
guest_tid
= -1;
in intel_pt_set_pid_tid_cpu()
1697
sample->tid = ptq->
guest_tid
;
in intel_pt_prep_a_sample()
2535
tid = ptq->
guest_tid
;
in intel_ptq_synth_error()
Completed in 8 milliseconds