Searched refs:process_filter (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/perf/ | 
| D | builtin-timechart.c | 190 struct process_filter {  struct193 	struct process_filter	*next;  argument
 196 static struct process_filter *process_filter;  variable
 1306 	struct process_filter *filt = malloc(sizeof(*filt));  in add_process_filter()
 1313 	filt->next = process_filter;  in add_process_filter()
 1315 	process_filter = filt;  in add_process_filter()
 1320 	struct process_filter *filt;  in passes_filter()
 1321 	if (!process_filter)  in passes_filter()
 1324 	filt = process_filter;  in passes_filter()
 1463 		if (process_filter)  in write_svg_file()
 [all …]
 
 | 
| /Linux-v5.4/tools/lib/traceevent/ | 
| D | parse-filter.c | 943 process_filter(struct tep_event *event, struct tep_filter_arg **parg,  in process_filter()  function1012 				ret = process_filter(event, &arg, error_str, 0);  in process_filter()
 1108 				ret = process_filter(event, &arg, error_str, 1);  in process_filter()
 1190 	ret = process_filter(event, parg, error_str, 0);  in process_event()
 
 |