/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-timechart.c | 152 struct process_filter; 153 struct process_filter { struct 156 struct process_filter *next; 159 static struct process_filter *process_filter; variable in typeref:struct:process_filter 826 struct process_filter *filt = malloc(sizeof(*filt)); 833 filt->next = process_filter; 835 process_filter = filt; 840 struct process_filter *filt; 841 if (!process_filter) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
parse-filter.c | 888 process_filter(struct event_format *event, struct filter_arg **parg, function 955 ret = process_filter(event, &arg, error_str, 0); 1043 ret = process_filter(event, &arg, error_str, 1); 1113 ret = process_filter(event, parg, error_str, 0); [all...] |