Home
last modified time | relevance | path

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

/linux-6.1.9/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()
80 stm_heartbeat[i].data.nr_chans = 1; in stm_heartbeat_init()
[all …]
DMakefile15 obj-$(CONFIG_STM_SOURCE_HEARTBEAT) += stm_heartbeat.o
19 stm_heartbeat-y := heartbeat.o
/linux-6.1.9/Documentation/ABI/testing/
Dconfigfs-stp-policy-p_sys-t41 periodic data, like stm_heartbeat.
/linux-6.1.9/Documentation/trace/
Dstm.rst107 to stm_console, stm_heartbeat or stm_ftrace drivers.