Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c4166 char *match_event, *match_event_system; in onmatch_parse() local
4180 match_event_system = strsep(&match_event, "."); in onmatch_parse()
4182 hist_err(tr, HIST_ERR_SUBSYS_NOT_FOUND, errpos(match_event_system)); in onmatch_parse()
4186 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse()
4197 data->match_data.event_system = kstrdup(match_event_system, GFP_KERNEL); in onmatch_parse()