Home
last modified time | relevance | path

Searched refs:expr_head (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-filter.y1 %parse-param {struct list_head *expr_head}
55 list_add_tail(&$3->list, expr_head);
60 list_add_tail(&$1->list, expr_head);
H A Dbpf-filter.h30 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str);
39 static inline int perf_bpf_filter__parse(struct list_head *expr_head __maybe_unused, in perf_bpf_filter__parse()
H A Dbpf-filter.c649 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str) in perf_bpf_filter__parse() argument
659 ret = perf_bpf_filter_parse(expr_head); in perf_bpf_filter__parse()