Searched defs:tracefs_synth (Results 1 – 1 of 1) sorted by relevance
740 struct tracefs_synth { struct741 struct tracefs_instance *instance;742 struct tep_handle *tep;743 struct tep_event *start_event;744 struct tep_event *end_event;745 struct action *actions;746 struct action **next_action;747 struct tracefs_dynevent *dyn_event;748 struct name_hash *name_hash[1 << HASH_BITS];772 * tracefs_synth_get_name - get the name of the synthetic event argument[all …]