Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-timechart.c192 struct process_filter { struct
195 struct process_filter *next; argument
198 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-v4.19/tools/lib/traceevent/
Dparse-filter.c942 process_filter(struct event_format *event, struct filter_arg **parg, in process_filter() function
1011 ret = process_filter(event, &arg, error_str, 0); in process_filter()
1107 ret = process_filter(event, &arg, error_str, 1); in process_filter()
1189 ret = process_filter(event, parg, error_str, 0); in process_event()