Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dbpf-loader.c1523 struct bpf_map_priv *tmpl_priv = NULL; in bpf__setup_output_event() local
1542 if (!tmpl_priv && priv) in bpf__setup_output_event()
1543 tmpl_priv = priv; in bpf__setup_output_event()
1549 if (!tmpl_priv) { in bpf__setup_output_event()
1574 if (tmpl_priv) { in bpf__setup_output_event()
1575 priv = bpf_map_priv__clone(tmpl_priv); in bpf__setup_output_event()