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:historyTime
(Results
1 - 5
of
5
) sorted by relevance
/kernel/liteos_m/components/cpup/
H
A
D
los_cpup.c
67
LITE_OS_SEC_BSS UINT16 g_hisPos; /* current Sampling point of
historyTime
*/
71
LITE_OS_SEC_BSS UINT16 g_irqHisPos = 0; /* current Sampling point of
historyTime
*/
98
g_irqCpup[loop].
historyTime
[prevPos] = g_irqCpup[loop].allTime;
in OsCpupGuard()
271
g_cpup[loopNum].
historyTime
[g_hisPos] = g_cpup[loopNum].allTime;
in OsTskCycleEndStart()
371
cpuTimeAll += g_cpup[loopNum].
historyTime
[curPos] - g_cpup[loopNum].
historyTime
[prePos];
in LOS_HistorySysCpuUsage()
373
cpuTimeAll += g_cpup[loopNum].allTime - g_cpup[loopNum].
historyTime
[curPos];
in LOS_HistorySysCpuUsage()
378
idleCycleAll += g_cpup[g_idleTaskID].
historyTime
[curPos] -
in LOS_HistorySysCpuUsage()
379
g_cpup[g_idleTaskID].
historyTime
[prePos];
in LOS_HistorySysCpuUsage()
381
idleCycleAll += g_cpup[g_idleTaskID].allTime - g_cpup[g_idleTaskID].
historyTime
[curPo
in LOS_HistorySysCpuUsage()
701
UINT64
historyTime
= 0;
OsGetIrqAllHisTime()
local
[all...]
H
A
D
los_cpup.h
137
UINT64
historyTime
[OS_CPUP_HISTORY_RECORD_NUM]; /**< Historical running time */
member
150
UINT64
historyTime
[OS_CPUP_HISTORY_RECORD_NUM]; /**< Historical running time */
member
/kernel/liteos_a/kernel/extended/cpup/
H
A
D
los_cpup.c
46
LITE_OS_SEC_BSS STATIC UINT16 cpupHisPos = 0; /* current Sampling point of
historyTime
*/
105
g_irqCpup[loop].cpup.
historyTime
[prevPos] = g_irqCpup[loop].cpup.allTime;
in OsCpupGuard()
114
processCB->processCpup->
historyTime
[prevPos] = processCB->processCpup->allTime;
in OsCpupGuard()
119
taskCB->taskCpup.
historyTime
[prevPos] = taskCB->taskCpup.allTime;
in OsCpupGuard()
134
runTask->taskCpup.
historyTime
[prevPos] += cycleIncrement;
in OsCpupGuard()
137
processCB->processCpup->
historyTime
[prevPos] += cycleIncrement;
in OsCpupGuard()
195
cpup->
historyTime
[loop] = cycle;
in OsResetCpup()
316
UINT64 cpuCycle = cpup->
historyTime
[pos] - cpup->
historyTime
[prePos];
in OsCalculateCpupUsage()
H
A
D
los_cpup_pri.h
52
UINT64
historyTime
[OS_CPUP_HISTORY_RECORD_NUM + 1]; /**< Historical running time, the last one saves zero */
member
/kernel/liteos_a/fs/proc/os_adapt/
H
A
D
process_proc.c
246
(void)LosBufPrintf(seqBuf, "%lu ", TIME_CYCLE_TO_US(processCpup->
historyTime
[i]));
in ProcessCpupRead()
Completed in 5 milliseconds