Searched refs:match_event (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_hist.c | 3618 char *match_event, *match_event_system; in onmatch_parse() local 3626 match_event = strsep(&str, ")"); in onmatch_parse() 3627 if (!match_event || !str) { in onmatch_parse() 3628 hist_err(tr, HIST_ERR_NO_CLOSING_PAREN, errpos(match_event)); in onmatch_parse() 3632 match_event_system = strsep(&match_event, "."); in onmatch_parse() 3633 if (!match_event) { in onmatch_parse() 3638 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse() 3639 hist_err(tr, HIST_ERR_INVALID_SUBSYS_EVENT, errpos(match_event)); in onmatch_parse() 3643 data->match_data.event = kstrdup(match_event, GFP_KERNEL); in onmatch_parse()
|