Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dbpf-loader.c1531 struct bpf_map_priv *tmpl_priv = NULL; in bpf__setup_output_event() local
1550 if (!tmpl_priv && priv) in bpf__setup_output_event()
1551 tmpl_priv = priv; in bpf__setup_output_event()
1557 if (!tmpl_priv) { in bpf__setup_output_event()
1582 if (tmpl_priv) { in bpf__setup_output_event()
1583 priv = bpf_map_priv__clone(tmpl_priv); in bpf__setup_output_event()