Searched refs:stm_heartbeat (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hwtracing/stm/
H A Dheartbeat.c24 static struct stm_heartbeat { struct
28 } stm_heartbeat[STM_HEARTBEAT_MAX]; variable in typeref:struct:stm_heartbeat
34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat,
46 struct stm_heartbeat *heartbeat =
47 container_of(data, struct stm_heartbeat, data);
58 struct stm_heartbeat *heartbeat =
59 container_of(data, struct stm_heartbeat, data);
73 stm_heartbeat[i].data.name =
75 if (!stm_heartbeat[
[all...]
H A DMakefile15 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
19 stm_heartbeat-y := heartbeat.o

Completed in 191 milliseconds