Searched refs:is_prefix (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/bpf/bpftool/ |
D | prog.c | 151 if (is_prefix(**argv, "id")) { in prog_parse_fd() 168 } else if (is_prefix(**argv, "tag")) { in prog_parse_fd() 182 } else if (is_prefix(**argv, "pinned")) { in prog_parse_fd() 446 if (is_prefix(*argv, "jited")) { in do_dump() 449 } else if (is_prefix(*argv, "xlated")) { in do_dump() 465 if (is_prefix(*argv, "file")) { in do_dump() 474 } else if (is_prefix(*argv, "opcodes")) { in do_dump() 477 } else if (is_prefix(*argv, "visual")) { in do_dump() 721 if (is_prefix(*argv, "type")) { in do_load() 751 } else if (is_prefix(*argv, "map")) { in do_load() [all …]
|
D | map.c | 107 if (is_prefix(**argv, "id")) { in map_parse_fd() 124 } else if (is_prefix(**argv, "pinned")) { in map_parse_fd() 351 if (is_prefix(*argv, "hex")) { in parse_bytes() 384 if (is_prefix(*argv, "key")) { in parse_elem() 399 } else if (is_prefix(*argv, "value")) { in parse_elem() 456 } else if (is_prefix(*argv, "any") || is_prefix(*argv, "noexist") || in parse_elem() 457 is_prefix(*argv, "exist")) { in parse_elem() 463 if (is_prefix(*argv, "any")) in parse_elem() 465 else if (is_prefix(*argv, "noexist")) in parse_elem() 467 else if (is_prefix(*argv, "exist")) in parse_elem()
|
D | main.c | 122 if (is_prefix(*argv, cmds[i].cmd)) in cmd_select() 130 bool is_prefix(const char *pfx, const char *str) in is_prefix() function 236 } else if (!is_prefix(*argv, "file")) { in do_batch()
|
D | cgroup.c | 53 is_prefix(str, attach_type_strings[type])) in parse_attach_type() 365 if (is_prefix(argv[i], "multi")) { in do_attach() 367 } else if (is_prefix(argv[i], "override")) { in do_attach()
|
D | map_perf_ring.c | 202 if (is_prefix(*argv, "cpu")) { in do_event_pipe() 213 } else if (is_prefix(*argv, "index")) { in do_event_pipe()
|
D | main.h | 98 bool is_prefix(const char *pfx, const char *str);
|
D | common.c | 226 if (!is_prefix(*argv, "id")) { in do_pin_any()
|