Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/ !
Dbpf-loader.c1872 struct bpf_map_priv *tmpl_priv = NULL; in bpf__setup_output_event() local
1891 if (!tmpl_priv && priv) in bpf__setup_output_event()
1892 tmpl_priv = priv; in bpf__setup_output_event()
1898 if (!tmpl_priv) { in bpf__setup_output_event()
1923 if (tmpl_priv) { in bpf__setup_output_event()
1924 priv = bpf_map_priv__clone(tmpl_priv); in bpf__setup_output_event()