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:io__get_char
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/symbol/
H
A
D
kallsyms.c
25
ch =
io__get_char
(io);
in read_to_eol()
58
symbol_type =
io__get_char
(&io);
in kallsyms__parse()
59
if (
io__get_char
(&io) != ' ') {
in kallsyms__parse()
64
ch =
io__get_char
(&io);
in kallsyms__parse()
/kernel/linux/linux-6.6/tools/lib/symbol/
H
A
D
kallsyms.c
25
ch =
io__get_char
(io);
in read_to_eol()
58
symbol_type =
io__get_char
(&io);
in kallsyms__parse()
59
if (
io__get_char
(&io) != ' ') {
in kallsyms__parse()
64
ch =
io__get_char
(&io);
in kallsyms__parse()
/kernel/linux/linux-6.6/tools/lib/api/
H
A
D
io.h
47
static inline int
io__get_char
(struct io *io)
in io__get_char()
function
101
int ch =
io__get_char
(io);
in io__get_hex()
130
int ch =
io__get_char
(io);
in io__get_dec()
156
ch =
io__get_char
(io);
in io__getline()
/kernel/linux/linux-5.10/tools/lib/api/
H
A
D
io.h
41
static inline int
io__get_char
(struct io *io)
in io__get_char()
function
73
int ch =
io__get_char
(io);
in io__get_hex()
102
int ch =
io__get_char
(io);
in io__get_dec()
/kernel/linux/linux-5.10/tools/perf/tests/
H
A
D
api-io.c
98
ch =
io__get_char
(&io);
in do_test_get_char()
103
ch =
io__get_char
(&io);
in do_test_get_char()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
api-io.c
99
ch =
io__get_char
(&io);
in do_test_get_char()
104
ch =
io__get_char
(&io);
in do_test_get_char()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
srcline.c
465
ch =
io__get_char
(&io);
in addr2line_configure()
490
ch =
io__get_char
(&io);
in addr2line_configure()
574
ch =
io__get_char
(io);
in read_addr2line_record()
577
ch =
io__get_char
(io);
in read_addr2line_record()
H
A
D
synthetic-events.c
310
ch =
io__get_char
(io);
in read_proc_maps_line()
315
ch =
io__get_char
(io);
in read_proc_maps_line()
320
ch =
io__get_char
(io);
in read_proc_maps_line()
325
ch =
io__get_char
(io);
in read_proc_maps_line()
332
if (
io__get_char
(io) != ' ')
in read_proc_maps_line()
351
ch =
io__get_char
(io);
in read_proc_maps_line()
362
ch =
io__get_char
(io);
in read_proc_maps_line()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
synthetic-events.c
294
ch =
io__get_char
(io);
in read_proc_maps_line()
299
ch =
io__get_char
(io);
in read_proc_maps_line()
304
ch =
io__get_char
(io);
in read_proc_maps_line()
309
ch =
io__get_char
(io);
in read_proc_maps_line()
316
if (
io__get_char
(io) != ' ')
in read_proc_maps_line()
335
ch =
io__get_char
(io);
in read_proc_maps_line()
346
ch =
io__get_char
(io);
in read_proc_maps_line()
Completed in 9 milliseconds