Searched refs:process_filter (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/tools/perf/ |
D | builtin-timechart.c | 190 struct process_filter { struct 193 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.10/tools/lib/traceevent/ |
D | parse-filter.c | 938 process_filter(struct tep_event *event, struct tep_filter_arg **parg, in process_filter() function 1007 ret = process_filter(event, &arg, error_str, 0); in process_filter() 1103 ret = process_filter(event, &arg, error_str, 1); in process_filter() 1185 ret = process_filter(event, parg, error_str, 0); in process_event()
|