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:finished_round
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
tool.h
66
event_oe
finished_round
;
member
H
A
D
session.c
509
if (tool->
finished_round
== NULL) {
in perf_tool__fill_defaults()
511
tool->
finished_round
= process_finished_round;
in perf_tool__fill_defaults()
513
tool->
finished_round
= process_finished_round_stub;
in perf_tool__fill_defaults()
1605
return tool->
finished_round
(tool, event, oe);
in perf_session__process_user_event()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
tool.h
68
event_oe
finished_round
;
member
H
A
D
session.c
528
if (tool->
finished_round
== NULL) {
in perf_tool__fill_defaults()
530
tool->
finished_round
= perf_event__process_finished_round;
in perf_tool__fill_defaults()
532
tool->
finished_round
= process_finished_round_stub;
in perf_tool__fill_defaults()
1692
return tool->
finished_round
(tool, event, oe);
in perf_session__process_user_event()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-inject.c
827
.
finished_round
= perf_event__repipe_oe_synth,
in cmd_inject()
940
* does not obey
finished_round
semantics.
in cmd_inject()
942
inject.tool.
finished_round
= perf_event__drop_oe;
in cmd_inject()
H
A
D
builtin-script.c
2518
script->tool.
finished_round
= process_finished_round_event;
in __cmd_script()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-inject.c
2068
inject->tool.
finished_round
= host__finished_round,
in __cmd_inject()
2188
.
finished_round
= perf_event__repipe_oe_synth,
in cmd_inject()
2390
* does not obey
finished_round
semantics.
in cmd_inject()
2392
inject.tool.
finished_round
= perf_event__drop_oe;
in cmd_inject()
H
A
D
builtin-script.c
2823
script->tool.
finished_round
= process_finished_round_event;
in __cmd_script()
Completed in 24 milliseconds