Home
last modified time | relevance | path

Searched refs:perf_stats (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/accel/qaic/
H A Dqaic_data.c1287 bo->perf_stats.req_received_ts = received_ts; in update_profiling_data()
1288 bo->perf_stats.req_submit_ts = submit_ts; in update_profiling_data()
1289 bo->perf_stats.queue_level_before = queue_level; in update_profiling_data()
1619 bo->perf_stats.req_processed_ts = ktime_get_ns(); in dbc_irq_threaded_fn()
1789 if (bo->perf_stats.req_processed_ts < bo->perf_stats.req_submit_ts) { in qaic_perf_stats_bo_ioctl()
1793 bo->perf_stats.req_submit_ts), 1000); in qaic_perf_stats_bo_ioctl()
1796 bo->perf_stats.req_received_ts), 1000); in qaic_perf_stats_bo_ioctl()
1911 bo->perf_stats.req_received_ts = 0; in empty_xfer_list()
1912 bo->perf_stats.req_submit_ts = 0; in empty_xfer_list()
1913 bo->perf_stats.req_processed_ts = 0; in empty_xfer_list()
[all …]
H A Dqaic.h252 } perf_stats; member
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1916 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()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem36 What: /sys/bus/nd/devices/nmemX/papr/perf_stats
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1112 static DEVICE_ATTR_ADMIN_RO(perf_stats);