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:hist_time
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
247
struct perf_time_interval
hist_time
;
member
2630
if (sched->
hist_time
.start == 0 && t >= ptime->start)
in timehist_sched_change_event()
2631
sched->
hist_time
.start = t;
in timehist_sched_change_event()
2633
sched->
hist_time
.end = t;
in timehist_sched_change_event()
2825
u64
hist_time
= sched->
hist_time
.end - sched->
hist_time
.start;
in timehist_print_summary()
local
2876
printf(" msec (%6.2f%%)\n", 100.0 * r->total_run_time /
hist_time
);
in timehist_print_summary()
2920
print_sched_time(
hist_time
, 2);
in timehist_print_summary()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
248
struct perf_time_interval
hist_time
;
member
2686
if (sched->
hist_time
.start == 0 && t >= ptime->start)
in timehist_sched_change_event()
2687
sched->
hist_time
.start = t;
in timehist_sched_change_event()
2689
sched->
hist_time
.end = t;
in timehist_sched_change_event()
2866
u64
hist_time
= sched->
hist_time
.end - sched->
hist_time
.start;
in timehist_print_summary()
local
2912
printf(" msec (%6.2f%%)\n", 100.0 * r->total_run_time /
hist_time
);
in timehist_print_summary()
2956
print_sched_time(
hist_time
, 2);
in timehist_print_summary()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
hist.c
276
static long
hist_time
(unsigned long htime)
in hist_time()
function
733
.time =
hist_time
(sample->time),
in __hists__add_entry()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
hist.c
290
static long
hist_time
(unsigned long htime)
in hist_time()
function
747
.time =
hist_time
(sample->time),
in __hists__add_entry()
Completed in 18 milliseconds