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:perf_stats
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/qaic/
H
A
D
qaic_data.c
1283
bo->
perf_stats
.req_received_ts = received_ts;
in update_profiling_data()
1284
bo->
perf_stats
.req_submit_ts = submit_ts;
in update_profiling_data()
1285
bo->
perf_stats
.queue_level_before = queue_level;
in update_profiling_data()
1605
bo->
perf_stats
.req_processed_ts = ktime_get_ns();
in dbc_irq_threaded_fn()
1775
if (bo->
perf_stats
.req_processed_ts < bo->
perf_stats
.req_submit_ts) {
in qaic_perf_stats_bo_ioctl()
1778
ent[i].device_latency_us = div_u64((bo->
perf_stats
.req_processed_ts -
in qaic_perf_stats_bo_ioctl()
1779
bo->
perf_stats
.req_submit_ts), 1000);
in qaic_perf_stats_bo_ioctl()
1781
ent[i].submit_latency_us = div_u64((bo->
perf_stats
.req_submit_ts -
in qaic_perf_stats_bo_ioctl()
1782
bo->
perf_stats
in qaic_perf_stats_bo_ioctl()
[all...]
H
A
D
qaic.h
223
}
perf_stats
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
H
A
D
i915_request.c
1524
struct
perf_stats
{
struct
2447
struct
perf_stats
*stats;
in perf_series_engines()
2497
struct
perf_stats
*p =
in perf_series_engines()
2517
struct
perf_stats
*p = &stats[idx];
in perf_series_engines()
2570
struct
perf_stats
*p = arg;
in p_sync0()
2640
struct
perf_stats
*p = arg;
in p_sync1()
2713
struct
perf_stats
*p = arg;
in p_many()
2786
struct
perf_stats
p;
in perf_parallel_engines()
2850
struct
perf_stats
*p = &engines[idx].p;
in perf_parallel_engines()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H
A
D
i915_request.c
1916
struct
perf_stats
{
struct
2835
struct
perf_stats
*stats;
in perf_series_engines()
2885
struct
perf_stats
*p =
in perf_series_engines()
2905
struct
perf_stats
*p = &stats[idx];
in perf_series_engines()
2957
struct
perf_stats
p;
2967
struct
perf_stats
*p = &thread->p;
in p_sync0()
3041
struct
perf_stats
*p = &thread->p;
in p_sync1()
3118
struct
perf_stats
*p = &thread->p;
in p_many()
3264
struct
perf_stats
*p = &engines[idx].p;
in perf_parallel_engines()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
papr_scm.c
827
static DEVICE_ATTR_ADMIN_RO(
perf_stats
);
878
/* For if perf-stats not available remove
perf_stats
sysfs */
in papr_nd_attribute_visible()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
papr_scm.c
1150
static DEVICE_ATTR_ADMIN_RO(
perf_stats
);
1211
/* For if perf-stats not available remove
perf_stats
sysfs */
in papr_nd_attribute_visible()
Completed in 22 milliseconds