Home
last modified time | relevance | path

Searched defs:snapshot (Results 1 – 25 of 35) sorted by relevance

12

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_log.c115 struct xe_guc_log_snapshot *snapshot; in xe_guc_log_snapshot_alloc() local
164 void xe_guc_log_snapshot_free(struct xe_guc_log_snapshot *snapshot) in xe_guc_log_snapshot_free()
190 struct xe_guc_log_snapshot *snapshot; in xe_guc_log_snapshot_capture() local
233 void xe_guc_log_snapshot_print(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p) in xe_guc_log_snapshot_print()
414 xe_guc_log_output_lfd_init(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_output_lfd_init()
432 xe_guc_log_print_chunks(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_print_chunks()
453 xe_guc_log_add_log_event(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_add_log_event()
502 xe_guc_log_add_crash_dump(struct drm_printer *p, struct xe_guc_log_snapshot *snapshot, in xe_guc_log_add_crash_dump()
546 xe_guc_log_snapshot_print_lfd(struct xe_guc_log_snapshot *snapshot, struct drm_printer *p) in xe_guc_log_snapshot_print_lfd()
600 struct xe_guc_log_snapshot *snapshot; in xe_guc_log_print() local
[all …]
H A Dxe_hw_engine.c925 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_snapshot_capture() local
976 void xe_hw_engine_snapshot_free(struct xe_hw_engine_snapshot *snapshot) in xe_hw_engine_snapshot_free()
1003 struct xe_hw_engine_snapshot *snapshot; in xe_hw_engine_print() local
H A Dxe_guc_ct.c1977 struct xe_guc_ct_snapshot *snapshot; in guc_ct_snapshot_alloc() local
1993 struct guc_ctb_snapshot *snapshot) in guc_ctb_snapshot_capture()
2000 static void guc_ctb_snapshot_print(struct guc_ctb_snapshot *snapshot, in guc_ctb_snapshot_print()
2018 struct xe_guc_ct_snapshot *snapshot; in guc_ct_snapshot_capture() local
2066 void xe_guc_ct_snapshot_print(struct xe_guc_ct_snapshot *snapshot, in xe_guc_ct_snapshot_print()
2098 void xe_guc_ct_snapshot_free(struct xe_guc_ct_snapshot *snapshot) in xe_guc_ct_snapshot_free()
2118 struct xe_guc_ct_snapshot *snapshot; in xe_guc_ct_print() local
H A Dxe_guc_submit.c3158 struct xe_guc_submit_exec_queue_snapshot *snapshot) in guc_exec_queue_wq_snapshot_capture()
3183 guc_exec_queue_wq_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot, in guc_exec_queue_wq_snapshot_print()
3218 struct xe_guc_submit_exec_queue_snapshot *snapshot; in xe_guc_exec_queue_snapshot_capture() local
3271 xe_guc_exec_queue_snapshot_capture_delayed(struct xe_guc_submit_exec_queue_snapshot *snapshot) in xe_guc_exec_queue_snapshot_capture_delayed()
3290 xe_guc_exec_queue_snapshot_print(struct xe_guc_submit_exec_queue_snapshot *snapshot, in xe_guc_exec_queue_snapshot_print()
3333 void xe_guc_exec_queue_snapshot_free(struct xe_guc_submit_exec_queue_snapshot *snapshot) in xe_guc_exec_queue_snapshot_free()
3350 struct xe_guc_submit_exec_queue_snapshot *snapshot; in guc_exec_queue_print() local
H A Dxe_lrc.c2465 struct xe_lrc_snapshot *snapshot = kmalloc_obj(*snapshot, GFP_NOWAIT); in xe_lrc_snapshot_capture() local
2490 void xe_lrc_snapshot_capture_delayed(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_capture_delayed()
2520 void xe_lrc_snapshot_print(struct xe_lrc_snapshot *snapshot, struct drm_printer *p) in xe_lrc_snapshot_print()
2567 void xe_lrc_snapshot_free(struct xe_lrc_snapshot *snapshot) in xe_lrc_snapshot_free()
/linux/net/devlink/
H A Dregion.c62 struct devlink_snapshot *snapshot; in devlink_region_snapshot_get_by_id() local
73 struct devlink_snapshot *snapshot) in devlink_nl_region_snapshot_id_put()
98 struct devlink_snapshot *snapshot; in devlink_nl_region_snapshots_id_put() local
171 struct devlink_snapshot *snapshot, in devlink_nl_region_notify_build()
228 struct devlink_snapshot *snapshot, in devlink_nl_region_notify()
419 struct devlink_snapshot *snapshot; in __devlink_region_snapshot_create() local
456 struct devlink_snapshot *snapshot) in devlink_region_snapshot_del()
592 struct devlink_snapshot *snapshot; in devlink_nl_region_del_doit() local
637 struct devlink_snapshot *snapshot; in devlink_nl_region_new_doit() local
836 struct devlink_snapshot *snapshot = cb_priv; in devlink_region_snapshot_fill() local
[all …]
/linux/tools/testing/selftests/ring-buffer/
H A Dmap_test.c263 FIXTURE(snapshot) { in FIXTURE() argument
267 FIXTURE_SETUP(snapshot) in FIXTURE_SETUP() argument
290 FIXTURE_TEARDOWN(snapshot) in FIXTURE_TEARDOWN() argument
300 TEST_F(snapshot, excludes_map) in TEST_F() argument
311 TEST_F(snapshot, excluded_by_map) in TEST_F() argument
/linux/kernel/power/
H A Dswap.c518 struct snapshot_handle *snapshot, in save_image()
692 struct snapshot_handle *snapshot, in save_compressed_image()
946 struct snapshot_handle snapshot; in swsusp_write() local
1089 struct snapshot_handle *snapshot, in load_image()
1193 struct snapshot_handle *snapshot, in load_compressed_image()
1531 struct snapshot_handle snapshot; in swsusp_read() local
/linux/tools/power/x86/turbostat/
H A DMakefile36 snapshot: turbostat target
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c50 bool snapshot; member
1373 int nr_pages, void **pages, bool snapshot) in alloc_etr_buf()
1402 void **pages, bool snapshot) in get_perf_etr_buf_cpu_wide()
1466 void **pages, bool snapshot) in get_perf_etr_buf_per_thread()
1477 int nr_pages, void **pages, bool snapshot) in get_perf_etr_buf()
1489 int nr_pages, void **pages, bool snapshot) in tmc_etr_setup_perf_buf()
1522 int nr_pages, bool snapshot) in tmc_alloc_etr_buffer()
H A Dcoresight-priv.h109 bool snapshot; member
H A Dcoresight-trbe.c71 bool snapshot; member
735 int nr_pages, bool snapshot) in arm_trbe_alloc_buffer()
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c84 bool snapshot; member
509 int nr_pages, bool snapshot) in vpa_dtl_setup_aux()
/linux/tools/testing/selftests/kvm/
H A Drseq_test.c208 int r, i, snapshot, opt, fd = -1, latency = -1; in main() local
/linux/fs/ceph/
H A Dsubvolume_metrics.c312 void ceph_subvolume_metrics_free_snapshot(struct ceph_subvol_metric_snapshot *snapshot) in ceph_subvolume_metrics_free_snapshot()
H A Ddebugfs.c399 struct ceph_subvol_metric_snapshot *snapshot = NULL; in subvolume_metrics_show() local
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c136 struct rmnet_vnd_stats snapshot; in rmnet_get_stats64() local
/linux/drivers/perf/
H A Darm_spe_pmu.c66 bool snapshot; member
997 int nr_pages, bool snapshot) in arm_spe_pmu_setup_aux()
/linux/drivers/pwm/
H A Dpwm-sti.c70 u32 snapshot[3]; member
/linux/arch/x86/events/intel/
H A Dbts.c57 bool snapshot; member
/linux/tools/perf/util/
H A Dpmu.h218 bool snapshot; member
H A Devsel.h81 bool snapshot; member
/linux/security/integrity/ima/
H A Dima_template_lib.c496 bool snapshot = false; in ima_eventname_init_common() local
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dmc.c1541 struct intel_dmc_snapshot *snapshot; in intel_dmc_snapshot_capture() local
1558 void intel_dmc_snapshot_print(const struct intel_dmc_snapshot *snapshot, struct drm_printer *p) in intel_dmc_snapshot_print()
/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1593 int nr_pages, bool snapshot) in aux_buffer_setup()

12