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:nr_lost_events
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
kwork.h
216
unsigned long
nr_lost_events
;
member
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-kwork.c
1287
if ((kwork->
nr_lost_events
!= 0) && (kwork->nr_events != 0)) {
in print_bad_events()
1289
(double)kwork->
nr_lost_events
/
in print_bad_events()
1291
kwork->
nr_lost_events
, kwork->nr_events,
in print_bad_events()
1433
kwork->
nr_lost_events
= session->evlist->stats.total_lost;
in perf_kwork__read_events()
1720
.
nr_lost_events
= 0,
in cmd_kwork()
H
A
D
builtin-sched.c
214
unsigned long
nr_lost_events
;
member
1873
sched->
nr_lost_events
= session->evlist->stats.total_lost;
in perf_sched__read_events()
3115
sched->
nr_lost_events
= evlist->stats.total_lost;
in perf_sched__timehist()
3136
if (sched->
nr_lost_events
&& sched->nr_events) {
in print_bad_events()
3138
(double)sched->
nr_lost_events
/(double)sched->nr_events * 100.0,
in print_bad_events()
3139
sched->
nr_lost_events
, sched->nr_events, sched->nr_lost_chunks);
in print_bad_events()
3145
if (sched->
nr_lost_events
)
in print_bad_events()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
213
unsigned long
nr_lost_events
;
member
1826
sched->
nr_lost_events
= session->evlist->stats.total_lost;
in perf_sched__read_events()
3079
sched->
nr_lost_events
= evlist->stats.total_lost;
in perf_sched__timehist()
3100
if (sched->
nr_lost_events
&& sched->nr_events) {
in print_bad_events()
3102
(double)sched->
nr_lost_events
/(double)sched->nr_events * 100.0,
in print_bad_events()
3103
sched->
nr_lost_events
, sched->nr_events, sched->nr_lost_chunks);
in print_bad_events()
3109
if (sched->
nr_lost_events
)
in print_bad_events()
Completed in 13 milliseconds