Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-timechart.c188 struct process_filter { struct
191 struct process_filter *next; argument
194 static struct process_filter *process_filter; variable
1307 struct process_filter *filt = malloc(sizeof(*filt)); in add_process_filter()
1314 filt->next = process_filter; in add_process_filter()
1316 process_filter = filt; in add_process_filter()
1321 struct process_filter *filt; in passes_filter()
1322 if (!process_filter) in passes_filter()
1325 filt = process_filter; in passes_filter()
1464 if (process_filter) in write_svg_file()
[all …]
/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c951 process_filter(struct event_format *event, struct filter_arg **parg, in process_filter() function
1020 ret = process_filter(event, &arg, error_str, 0); in process_filter()
1116 ret = process_filter(event, &arg, error_str, 1); in process_filter()
1198 ret = process_filter(event, parg, error_str, 0); in process_event()