Searched refs:perf_stats (Results 1 – 5 of 5) sorted by relevance
1282 bo->perf_stats.req_received_ts = received_ts; in update_profiling_data()1283 bo->perf_stats.req_submit_ts = submit_ts; in update_profiling_data()1284 bo->perf_stats.queue_level_before = queue_level; in update_profiling_data()1614 bo->perf_stats.req_processed_ts = ktime_get_ns(); in dbc_irq_threaded_fn()1784 if (bo->perf_stats.req_processed_ts < bo->perf_stats.req_submit_ts) { in qaic_perf_stats_bo_ioctl()1787 ent[i].device_latency_us = div_u64((bo->perf_stats.req_processed_ts - in qaic_perf_stats_bo_ioctl()1788 bo->perf_stats.req_submit_ts), 1000); in qaic_perf_stats_bo_ioctl()1790 ent[i].submit_latency_us = div_u64((bo->perf_stats.req_submit_ts - in qaic_perf_stats_bo_ioctl()1791 bo->perf_stats.req_received_ts), 1000); in qaic_perf_stats_bo_ioctl()1792 ent[i].queue_level_before = bo->perf_stats.queue_level_before; in qaic_perf_stats_bo_ioctl()[all …]
246 } perf_stats; member
1916 struct perf_stats { struct2835 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()
36 What: /sys/bus/nd/devices/nmemX/papr/perf_stats
1111 static DEVICE_ATTR_ADMIN_RO(perf_stats);