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:thread__priv
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.h
128
static inline void *
thread__priv
(struct thread *thread)
in thread__priv()
function
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
1320
if (
thread__priv
(thread) == NULL)
in thread__trace()
1323
if (
thread__priv
(thread) == NULL)
in thread__trace()
1326
ttrace =
thread__priv
(thread);
in thread__trace()
1340
struct thread_trace *ttrace =
thread__priv
(arg->thread);
in syscall_arg__set_ret_scnprintf()
1388
return thread_trace__files_entry(
thread__priv
(thread), fd);
in thread__files_entry()
1393
struct thread_trace *ttrace =
thread__priv
(thread);
in trace__set_fd_pathname()
1438
struct thread_trace *ttrace =
thread__priv
(thread);
in thread__fd_path()
1491
struct thread_trace *ttrace =
thread__priv
(arg->thread);
in syscall_arg__scnprintf_close_fd()
1502
struct thread_trace *ttrace =
thread__priv
(thread);
in thread__set_filename_pos()
2053
struct thread_trace *ttrace =
thread__priv
(threa
in syscall__scnprintf_args()
[all...]
H
A
D
builtin-sched.c
958
tr =
thread__priv
(thread);
in thread__get_runtime()
1542
.ptr =
thread__priv
(thread),
in thread__has_color()
1556
if (!sched->map.color_pids || !thread ||
thread__priv
(thread))
in map__findnew_thread()
2055
struct thread_runtime *tr =
thread__priv
(thread);
in timehist_print_sample()
2387
itr =
thread__priv
(idle);
in timehist_get_thread()
2788
r =
thread__priv
(t);
in show_thread_runtime()
2907
r =
thread__priv
(t);
in timehist_print_summary()
2931
itr =
thread__priv
(t);
in timehist_print_summary()
H
A
D
builtin-kvm.c
983
if (!
thread__priv
(thread) && kvm_entry_event(evsel)) {
in per_vcpu_record()
996
return
thread__priv
(thread);
in per_vcpu_record()
H
A
D
builtin-report.c
841
parent_task =
thread__priv
(parent_thread);
in tasks_list()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
1296
if (
thread__priv
(thread) == NULL)
in thread__trace()
1299
if (
thread__priv
(thread) == NULL)
in thread__trace()
1302
ttrace =
thread__priv
(thread);
in thread__trace()
1316
struct thread_trace *ttrace =
thread__priv
(arg->thread);
in syscall_arg__set_ret_scnprintf()
1353
return thread_trace__files_entry(
thread__priv
(thread), fd);
in thread__files_entry()
1358
struct thread_trace *ttrace =
thread__priv
(thread);
in trace__set_fd_pathname()
1402
struct thread_trace *ttrace =
thread__priv
(thread);
in thread__fd_path()
1455
struct thread_trace *ttrace =
thread__priv
(arg->thread);
in syscall_arg__scnprintf_close_fd()
1466
struct thread_trace *ttrace =
thread__priv
(thread);
in thread__set_filename_pos()
2006
struct thread_trace *ttrace =
thread__priv
(threa
in syscall__scnprintf_args()
[all...]
H
A
D
builtin-sched.c
936
tr =
thread__priv
(thread);
in thread__get_runtime()
1505
.ptr =
thread__priv
(thread),
in thread__has_color()
1519
if (!sched->map.color_pids || !thread ||
thread__priv
(thread))
in map__findnew_thread()
2008
struct thread_runtime *tr =
thread__priv
(thread);
in timehist_print_sample()
2332
itr =
thread__priv
(idle);
in timehist_get_thread()
2731
r =
thread__priv
(t);
in __show_thread_runtime()
2871
r =
thread__priv
(t);
in timehist_print_summary()
2895
itr =
thread__priv
(t);
in timehist_print_summary()
H
A
D
builtin-kvm.c
410
if (!
thread__priv
(thread) && kvm_entry_event(evsel)) {
in per_vcpu_record()
423
return
thread__priv
(thread);
in per_vcpu_record()
H
A
D
builtin-report.c
781
parent_task =
thread__priv
(parent_thread);
in tasks_list()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
thread.h
247
static inline void *
thread__priv
(struct thread *thread)
in thread__priv()
function
H
A
D
thread.c
126
thread__priv_destructor(
thread__priv
(thread));
in thread__delete()
H
A
D
jitdump.c
814
priv =
thread__priv
(thread);
in jit_has_pid()
Completed in 34 milliseconds