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:stream_class
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
data-convert-bt.c
63
struct bt_ctf_stream_class *
stream_class
;
member
698
stream = bt_ctf_writer_create_stream(cw->writer, cw->
stream_class
);
in ctf_stream__create()
1186
ret = bt_ctf_stream_class_add_event_class(cw->
stream_class
, event_class);
in add_event()
1241
ret = bt_ctf_stream_class_add_event_class(cw->
stream_class
, event_class);\
1495
bt_ctf_stream_class_put(cw->
stream_class
);
in ctf_writer__cleanup()
1506
struct bt_ctf_stream_class *
stream_class
;
in ctf_writer__init()
local
1533
stream_class
= bt_ctf_stream_class_create("perf_stream");
in ctf_writer__init()
1534
if (!
stream_class
) {
in ctf_writer__init()
1539
cw->
stream_class
=
stream_class
;
in ctf_writer__init()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
data-convert-bt.c
67
struct bt_ctf_stream_class *
stream_class
;
member
704
stream = bt_ctf_writer_create_stream(cw->writer, cw->
stream_class
);
in ctf_stream__create()
1192
ret = bt_ctf_stream_class_add_event_class(cw->
stream_class
, event_class);
in add_event()
1247
ret = bt_ctf_stream_class_add_event_class(cw->
stream_class
, event_class);\
1501
bt_ctf_stream_class_put(cw->
stream_class
);
in ctf_writer__cleanup()
1512
struct bt_ctf_stream_class *
stream_class
;
in ctf_writer__init()
local
1539
stream_class
= bt_ctf_stream_class_create("perf_stream");
in ctf_writer__init()
1540
if (!
stream_class
) {
in ctf_writer__init()
1545
cw->
stream_class
=
stream_class
;
in ctf_writer__init()
[all...]
Completed in 5 milliseconds