Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_data.c1315 bo->perf_stats.req_received_ts = received_ts; in update_profiling_data()
1316 bo->perf_stats.req_submit_ts = submit_ts; in update_profiling_data()
1317 bo->perf_stats.queue_level_before = queue_level; in update_profiling_data()
1649 bo->perf_stats.req_processed_ts = ktime_get_ns(); in dbc_irq_threaded_fn()
1832 if (bo->perf_stats.req_processed_ts < bo->perf_stats.req_submit_ts) { in qaic_perf_stats_bo_ioctl()
1835 ent[i].device_latency_us = div_u64((bo->perf_stats.req_processed_ts - in qaic_perf_stats_bo_ioctl()
1836 bo->perf_stats.req_submit_ts), 1000); in qaic_perf_stats_bo_ioctl()
1838 ent[i].submit_latency_us = div_u64((bo->perf_stats.req_submit_ts - in qaic_perf_stats_bo_ioctl()
1839 bo->perf_stats.req_received_ts), 1000); in qaic_perf_stats_bo_ioctl()
1840 ent[i].queue_level_before = bo->perf_stats.queue_level_before; in qaic_perf_stats_bo_ioctl()
[all …]
H A Dqaic.h291 } perf_stats; member
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_request.c1915 struct perf_stats { struct
2834 struct perf_stats *stats; in perf_series_engines()
2884 struct perf_stats *p = in perf_series_engines()
2904 struct perf_stats *p = &stats[idx]; in perf_series_engines()
2956 struct perf_stats p;
2966 struct perf_stats *p = &thread->p; in p_sync0()
3040 struct perf_stats *p = &thread->p; in p_sync1()
3117 struct perf_stats *p = &thread->p; in p_many()
3263 struct perf_stats *p = &engines[idx].p; in perf_parallel_engines()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-papr-pmem36 What: /sys/bus/nd/devices/nmemX/papr/perf_stats
/linux/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1112 static DEVICE_ATTR_ADMIN_RO(perf_stats);