Home
last modified time | relevance | path

Searched defs:process_filter (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-timechart.c193 struct process_filter { struct
196 struct process_filter *next; argument
199 static struct process_filter *process_filter; variable
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-timechart.c190 struct process_filter { struct
193 struct process_filter *next; argument
196 static struct process_filter *process_filter; variable
/kernel/linux/linux-5.10/tools/lib/traceevent/
Dparse-filter.c938 process_filter(struct tep_event *event, struct tep_filter_arg **parg, in process_filter() function