Home
last modified time | relevance | path

Searched refs:trace_event_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dtrace.h40 struct trace_events *trace_event_alloc(const char *event_string);
H A Dcommon.c94 tevent = trace_event_alloc(optarg); in common_parse_options()
H A Dtrace.c273 struct trace_events *trace_event_alloc(const char *event_string) in trace_event_alloc() function