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.c142 const char *attach_flags_str, in show_bpf_prog() argument
185 jsonw_string_field(json_wtr, "attach_flags", attach_flags_str); in show_bpf_prog()
201 printf(" %-15s %-15s", attach_flags_str, prog_name); in show_bpf_prog()
277 const char *attach_flags_str; in show_attached_bpf_progs() local
302 attach_flags_str = "multi"; in show_attached_bpf_progs()
305 attach_flags_str = "override"; in show_attached_bpf_progs()
308 attach_flags_str = ""; in show_attached_bpf_progs()
312 attach_flags_str = buf; in show_attached_bpf_progs()
316 attach_flags_str, level); in show_attached_bpf_progs()