Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dbpf-loader.c1524 struct bpf_map_priv *tmpl_priv = NULL; in bpf__setup_output_event() local
1543 if (!tmpl_priv && priv) in bpf__setup_output_event()
1544 tmpl_priv = priv; in bpf__setup_output_event()
1550 if (!tmpl_priv) { in bpf__setup_output_event()
1575 if (tmpl_priv) { in bpf__setup_output_event()
1576 priv = bpf_map_priv__clone(tmpl_priv); in bpf__setup_output_event()

Completed in 3 milliseconds