Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dbpf-filter.y1 %parse-param {struct list_head *expr_head}
45 list_add_tail(&$3->list, expr_head);
50 list_add_tail(&$1->list, expr_head);
H A Dbpf-filter.h24 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str);
31 static inline int perf_bpf_filter__parse(struct list_head *expr_head __maybe_unused, in perf_bpf_filter__parse()
H A Dbpf-filter.c193 int perf_bpf_filter__parse(struct list_head *expr_head, const char *str) in perf_bpf_filter__parse() argument
200 ret = perf_bpf_filter_parse(expr_head); in perf_bpf_filter__parse()