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

/linux-master/tools/perf/
H A Dbuiltin-timechart.c193 struct process_filter { struct
196 struct process_filter *next;
199 static struct process_filter *process_filter; variable in typeref:struct:process_filter
1315 struct process_filter *filt = malloc(sizeof(*filt));
1322 filt->next = process_filter;
1324 process_filter = filt;
1329 struct process_filter *filt;
1330 if (!process_filter)
1333 filt = process_filter;
[all...]

Completed in 212 milliseconds