Lines Matching defs:tracefs_synth
740 struct tracefs_synth { struct
741 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
777 const char *tracefs_synth_get_name(struct tracefs_synth *synth) in tracefs_synth_get_name() argument