Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Drbtree.c162 #define BTF_FAIL_TEST(suffix) \ argument
173 #define RUN_BTF_FAIL_TEST(suffix) \ argument
/tools/include/linux/
Dcompiler.h14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
/tools/iio/
Diio_utils.h53 static inline int iioutils_check_suffix(const char *str, const char *suffix) in iioutils_check_suffix()
/tools/perf/util/
Dprobe-file.c765 static int sdt_arg_parse_size(char *n_ptr, const char **suffix) in sdt_arg_parse_size()
782 const char *suffix = ""; in synthesize_sdt_probe_arg() local
Dpmu.c367 const char *suffix) in perf_pmu__parse_event_source_bool()
871 const char *p, *suffix; in perf_pmu__match_ignoring_suffix() local
Ddisasm.c891 char suffix; in __ins__find() local
/tools/net/ynl/
Dynl-gen-c.py1295 def write_func_prot(self, qual_ret, name, args=None, doc=None, suffix=''): argument
1586 def put_req_nested_prototype(ri, struct, suffix=';'): argument
1726 def parse_rsp_nested_prototype(ri, struct, suffix=';'): argument
1905 def print_free_prototype(ri, direction, suffix=';'): argument
/tools/bpf/bpftool/
Dgen.c43 static bool str_has_suffix(const char *str, const char *suffix) in str_has_suffix()
84 static void get_header_guard(char *guard, const char *obj_name, const char *suffix) in get_header_guard()
/tools/testing/selftests/bpf/
Dtest_loader.c566 const char *suffix = " @unpriv"; in parse_test_spec() local
/tools/perf/
Dbuiltin-script.c3361 static const char *ends_with(const char *str, const char *suffix) in ends_with()
3416 static char *get_script_root(struct dirent *script_dirent, const char *suffix) in get_script_root()
3663 static char *get_script_path(const char *script_root, const char *suffix) in get_script_path()
Dbuiltin-trace.c834 const char *suffix = "_OK"; in syscall_arg__scnprintf_access_mode() local
/tools/power/x86/intel-speed-select/
Disst-config.c1248 #define _get_tdp_level(desc, suffix, object, help, str0, str1) \ argument