Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c188 struct process_filter { struct
191 struct process_filter *next; argument
194 static struct process_filter *process_filter; variable
1308 struct process_filter *filt = malloc(sizeof(*filt)); in add_process_filter()
1315 filt->next = process_filter; in add_process_filter()
1317 process_filter = filt; in add_process_filter()
1322 struct process_filter *filt; in passes_filter()
1323 if (!process_filter) in passes_filter()
1326 filt = process_filter; in passes_filter()
1465 if (process_filter) in write_svg_file()
[all …]
/linux-4.4.14/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()