Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dcgroup.c131 const char *attach_flags_str, in show_bpf_prog() argument
174 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str); in show_bpf_prog()
190 printf(" %-15s %-15s", attach_flags_str, prog_name); in show_bpf_prog()
266 const char *attach_flags_str; in show_attached_bpf_progs() local
291 attach_flags_str = "multi"; in show_attached_bpf_progs()
294 attach_flags_str = "override"; in show_attached_bpf_progs()
297 attach_flags_str = ""; in show_attached_bpf_progs()
301 attach_flags_str = buf; in show_attached_bpf_progs()
305 attach_flags_str, level); in show_attached_bpf_progs()