Searched refs:match_event (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_hist.c | 3630 char *match_event, *match_event_system; in onmatch_parse() local 3638 match_event = strsep(&str, ")"); in onmatch_parse() 3639 if (!match_event || !str) { in onmatch_parse() 3640 hist_err(tr, HIST_ERR_NO_CLOSING_PAREN, errpos(match_event)); in onmatch_parse() 3644 match_event_system = strsep(&match_event, "."); in onmatch_parse() 3645 if (!match_event) { in onmatch_parse() 3650 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse() 3651 hist_err(tr, HIST_ERR_INVALID_SUBSYS_EVENT, errpos(match_event)); in onmatch_parse() 3655 data->match_data.event = kstrdup(match_event, GFP_KERNEL); in onmatch_parse()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_hist.c | 4166 char *match_event, *match_event_system; in onmatch_parse() local 4174 match_event = strsep(&str, ")"); in onmatch_parse() 4175 if (!match_event || !str) { in onmatch_parse() 4176 hist_err(tr, HIST_ERR_NO_CLOSING_PAREN, errpos(match_event)); in onmatch_parse() 4180 match_event_system = strsep(&match_event, "."); in onmatch_parse() 4181 if (!match_event) { in onmatch_parse() 4186 if (IS_ERR(event_file(tr, match_event_system, match_event))) { in onmatch_parse() 4187 hist_err(tr, HIST_ERR_INVALID_SUBSYS_EVENT, errpos(match_event)); in onmatch_parse() 4191 data->match_data.event = kstrdup(match_event, GFP_KERNEL); in onmatch_parse()
|
Completed in 16 milliseconds