Home
last modified time | relevance | path

Searched refs:stm_heartbeat (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwtracing/stm/
Dheartbeat.c24 static struct stm_heartbeat { struct
28 } stm_heartbeat[STM_HEARTBEAT_MAX]; argument
34 struct stm_heartbeat *heartbeat = container_of(hr, struct stm_heartbeat, in stm_heartbeat_hrtimer_handler()
46 struct stm_heartbeat *heartbeat = in stm_heartbeat_link()
47 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_link()
58 struct stm_heartbeat *heartbeat = in stm_heartbeat_unlink()
59 container_of(data, struct stm_heartbeat, data); in stm_heartbeat_unlink()
73 stm_heartbeat[i].data.name = in stm_heartbeat_init()
75 if (!stm_heartbeat[i].data.name) in stm_heartbeat_init()
78 stm_heartbeat[i].data.nr_chans = 1; in stm_heartbeat_init()
[all …]
DMakefile9 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
13 stm_heartbeat-y := heartbeat.o
/Linux-v4.19/Documentation/trace/
Dstm.rst87 to stm_console, stm_heartbeat or stm_ftrace drivers.