Searched refs:stm_ftrace (Results 1 – 3 of 3) sorted by relevance
19 static struct stm_ftrace { struct22 } stm_ftrace = { argument39 struct stm_ftrace *stm = container_of(export, struct stm_ftrace, ftrace); in stm_ftrace_write()48 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_link()59 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_unlink()68 stm_ftrace.data.nr_chans = roundup_pow_of_two(num_possible_cpus()); in stm_ftrace_init()69 ret = stm_source_register_device(NULL, &stm_ftrace.data); in stm_ftrace_init()78 stm_source_unregister_device(&stm_ftrace.data); in stm_ftrace_exit()
16 obj-$(CONFIG_STM_SOURCE_FTRACE) += stm_ftrace.o20 stm_ftrace-y := ftrace.o
107 to stm_console, stm_heartbeat or stm_ftrace drivers.131 stm_ftrace chapter134 This is another "stm_source" device, once the stm_ftrace has been