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:last_tr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
2595
struct thread_runtime *
last_tr
;
in timehist_sched_change_event()
local
2603
last_tr
= thread__get_runtime(itr->last_thread);
in timehist_sched_change_event()
2604
if (
last_tr
== NULL)
in timehist_sched_change_event()
2607
timehist_update_runtime_stats(
last_tr
, t, tprev);
in timehist_sched_change_event()
2613
last_tr
->dt_run = 0;
in timehist_sched_change_event()
2614
last_tr
->dt_delay = 0;
in timehist_sched_change_event()
2615
last_tr
->dt_sleep = 0;
in timehist_sched_change_event()
2616
last_tr
->dt_iowait = 0;
in timehist_sched_change_event()
2617
last_tr
->dt_preempt = 0;
in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
2651
struct thread_runtime *
last_tr
;
in timehist_sched_change_event()
local
2659
last_tr
= thread__get_runtime(itr->last_thread);
in timehist_sched_change_event()
2660
if (
last_tr
== NULL)
in timehist_sched_change_event()
2663
timehist_update_runtime_stats(
last_tr
, t, tprev);
in timehist_sched_change_event()
2669
last_tr
->dt_run = 0;
in timehist_sched_change_event()
2670
last_tr
->dt_delay = 0;
in timehist_sched_change_event()
2671
last_tr
->dt_sleep = 0;
in timehist_sched_change_event()
2672
last_tr
->dt_iowait = 0;
in timehist_sched_change_event()
2673
last_tr
->dt_preempt = 0;
in timehist_sched_change_event()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
1280
unsigned char
last_tr
= 0;
in imgu_css_shd_ops_calc()
local
1297
last_tr
= (set_height - last_set_height <= block_height ||
in imgu_css_shd_ops_calc()
1303
last_tr
= set_height - image_height <= block_height ? 1 : 0;
in imgu_css_shd_ops_calc()
1397
tr_idx == num_of_sets +
last_tr
) {
in imgu_css_shd_ops_calc()
1412
if (tr_idx == num_of_sets +
last_tr
)
in imgu_css_shd_ops_calc()
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H
A
D
ipu3-css-params.c
1277
unsigned char
last_tr
= 0;
in imgu_css_shd_ops_calc()
local
1294
last_tr
= (set_height - last_set_height <= block_height ||
in imgu_css_shd_ops_calc()
1300
last_tr
= set_height - image_height <= block_height ? 1 : 0;
in imgu_css_shd_ops_calc()
1394
tr_idx == num_of_sets +
last_tr
) {
in imgu_css_shd_ops_calc()
1409
if (tr_idx == num_of_sets +
last_tr
)
in imgu_css_shd_ops_calc()
Completed in 19 milliseconds