Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_events.c3557 const char *last_system = NULL; in trace_event_update_all() local
3566 if (!last_system || call->class->system != last_system) { in trace_event_update_all()
3569 last_system = call->class->system; in trace_event_update_all()