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:ctlfd_pos
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-record.c
109
int
ctlfd_pos
;
member
1193
thread_data[t].
ctlfd_pos
= ret;
in record__alloc_thread_data()
1195
thread_data, thread_data[t].
ctlfd_pos
,
in record__alloc_thread_data()
1204
thread_data[t].
ctlfd_pos
= -1; /* Not used */
in record__alloc_thread_data()
1631
int err,
ctlfd_pos
;
in record__thread()
local
1644
ctlfd_pos
= thread->
ctlfd_pos
;
in record__thread()
1668
if (pollfd->entries[
ctlfd_pos
].revents & POLLHUP) {
in record__thread()
1672
pollfd->entries[
ctlfd_pos
].fd = -1;
in record__thread()
1673
pollfd->entries[
ctlfd_pos
]
in record__thread()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
evlist.c
1942
int
ctlfd_pos
= evlist->ctl_fd.pos;
in evlist__ctlfd_process()
local
1945
if (!evlist__ctlfd_initialized(evlist) || !entries[
ctlfd_pos
].revents)
in evlist__ctlfd_process()
1948
if (entries[
ctlfd_pos
].revents & POLLIN) {
in evlist__ctlfd_process()
1973
if (entries[
ctlfd_pos
].revents & (POLLHUP | POLLERR))
in evlist__ctlfd_process()
1976
entries[
ctlfd_pos
].revents = 0;
in evlist__ctlfd_process()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
evlist.c
2144
int
ctlfd_pos
= evlist->ctl_fd.pos;
in evlist__ctlfd_process()
local
2147
if (!evlist__ctlfd_initialized(evlist) || !entries[
ctlfd_pos
].revents)
in evlist__ctlfd_process()
2150
if (entries[
ctlfd_pos
].revents & POLLIN) {
in evlist__ctlfd_process()
2179
if (entries[
ctlfd_pos
].revents & (POLLHUP | POLLERR))
in evlist__ctlfd_process()
2182
entries[
ctlfd_pos
].revents = 0;
in evlist__ctlfd_process()
Completed in 11 milliseconds