| D | trace-event.c | 74 tp_format(const char *sys, const char *name) in tp_format() argument 76 char *tp_dir = get_events_file(sys); in tp_format() 94 tep_parse_format(pevent, &event, data, size, sys); in tp_format() 104 trace_event__tp_format(const char *sys, const char *name) in trace_event__tp_format() argument 109 return tp_format(sys, name); in trace_event__tp_format()
|