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:comm_set
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H
A
D
pid.c
11
if (!thread->
comm_set
)
in syscall_arg__scnprintf_pid()
14
if (thread->
comm_set
)
in syscall_arg__scnprintf_pid()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
thread.h
46
bool
comm_set
;
in DECLARE_RC_STRUCT()
local
194
return RC_CHK_ACCESS(thread)->
comm_set
;
in thread__comm_set()
199
RC_CHK_ACCESS(thread)->
comm_set
= set;
in thread__set_comm_set()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
thread.c
245
if (!thread->
comm_set
) {
in ____thread__set_comm()
259
thread->
comm_set
= true;
in ____thread__set_comm()
393
if (parent->
comm_set
) {
in thread__fork()
H
A
D
thread.h
43
bool
comm_set
;
member
H
A
D
db-export.c
532
if (!thread || !thread->
comm_set
)
in db_export__pid_tid()
H
A
D
hist.c
2742
(thread->
comm_set
? thread__comm_str(thread) : ""),
in __hists__scnprintf_title()
2747
(thread->
comm_set
? thread__comm_str(thread) : ""));
in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H
A
D
hists.c
2525
thread->
comm_set
? thread__comm_str(thread) : "",
in do_zoom_thread()
2529
thread->
comm_set
? thread__comm_str(thread) : "");
in do_zoom_thread()
2555
thread->
comm_set
? thread__comm_str(thread) : "",
in add_thread_opt()
2560
thread->
comm_set
? thread__comm_str(thread) : "");
in add_thread_opt()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
2529
if (child->
comm_set
)
Completed in 18 milliseconds