Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dbpf-loader.c1540 struct bpf_map_priv *tmpl_priv = NULL; in bpf__setup_output_event() local
1559 if (!tmpl_priv && priv) in bpf__setup_output_event()
1560 tmpl_priv = priv; in bpf__setup_output_event()
1566 if (!tmpl_priv) { in bpf__setup_output_event()
1591 if (tmpl_priv) { in bpf__setup_output_event()
1592 priv = bpf_map_priv__clone(tmpl_priv); in bpf__setup_output_event()