Symbol: get_timestamp
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
517
int (*get_timestamp)(struct amdgpu_device *adev,
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1937
if (smu_ras_drv->smu_eeprom_funcs->get_timestamp)
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c
1938
return smu_ras_drv->smu_eeprom_funcs->get_timestamp(adev,
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_12_ppt.c
1133
.get_timestamp = smu_v13_0_12_get_timestamp,
drivers/gpu/drm/msm/adreno/a4xx_gpu.c
724
.get_timestamp = a4xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a5xx_gpu.c
1800
.get_timestamp = a5xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2814
.get_timestamp = a6xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2848
.get_timestamp = a6xx_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2885
.get_timestamp = a6xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
2917
.get_timestamp = a8xx_gmu_get_timestamp,
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
433
trace_msm_gpu_submit_flush(submit, adreno_gpu->funcs->get_timestamp(gpu));
drivers/gpu/drm/msm/adreno/a6xx_gpu.c
624
trace_msm_gpu_submit_flush(submit, adreno_gpu->funcs->get_timestamp(gpu));
drivers/gpu/drm/msm/adreno/adreno_gpu.c
393
if (adreno_gpu->funcs->get_timestamp) {
drivers/gpu/drm/msm/adreno/adreno_gpu.c
395
*value = adreno_gpu->funcs->get_timestamp(gpu);
drivers/gpu/drm/msm/adreno/adreno_gpu.h
79
u64 (*get_timestamp)(struct msm_gpu *gpu);
drivers/gpu/drm/msm/msm_perfcntr.c
276
to_adreno_gpu(gpu)->funcs->get_timestamp(gpu));
drivers/misc/ibmasm/command.c
110
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/command.c
130
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/command.c
87
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
65
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
67
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/heartbeat.c
78
dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf));
drivers/misc/ibmasm/lowlevel.c
57
dbg("respond to interrupt at %s\n", get_timestamp(tsbuf));
drivers/misc/ibmasm/lowlevel.c
72
dbg("finished interrupt at %s\n", get_timestamp(tsbuf));
drivers/net/can/usb/etas_es58x/es581_4.c
506
.get_timestamp = es581_4_get_timestamp
drivers/net/can/usb/etas_es58x/es58x_core.c
237
return es58x_dev->ops->get_timestamp(es58x_dev);
drivers/net/can/usb/etas_es58x/es58x_core.h
359
int (*get_timestamp)(struct es58x_device *es58x_dev);
drivers/net/can/usb/etas_es58x/es58x_fd.c
564
.get_timestamp = es58x_fd_get_timestamp
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.c
513
.get_timestamp = sxgbe_get_rx_timestamp,
drivers/net/ethernet/samsung/sxgbe/sxgbe_desc.h
288
u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p);
drivers/net/ethernet/stmicro/stmmac/dwmac4_descs.c
548
.get_timestamp = dwmac4_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/dwxgmac2_descs.c
359
.get_timestamp = dwxgmac2_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/enh_desc.c
446
.get_timestamp = enh_desc_get_timestamp,
drivers/net/ethernet/stmicro/stmmac/hwif.h
137
stmmac_do_void_callback(__priv, desc, get_timestamp, __args)
drivers/net/ethernet/stmicro/stmmac/hwif.h
80
void (*get_timestamp)(void *desc, u32 ats, u64 *ts);
drivers/net/ethernet/stmicro/stmmac/norm_desc.c
290
.get_timestamp = ndesc_get_timestamp,
kernel/watchdog.c
682
__this_cpu_write(watchdog_report_ts, get_timestamp());
kernel/watchdog.c
688
__this_cpu_write(watchdog_touch_ts, get_timestamp());
kernel/watchdog.c
833
now = get_timestamp();
net/socket.c
1026
hwtstamp = get_timestamp(sk, skb, &if_index);
net/socket.c
943
hwtstamp = get_timestamp(sk, skb, &if_index);
tools/perf/tests/workloads/jitdump.c
109
.p.timestamp = get_timestamp(),
tools/perf/tests/workloads/jitdump.c
56
.timestamp = get_timestamp(),