Lines Matching defs:syscall_arg_fmt

112 struct syscall_arg_fmt {
134 struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM];
344 struct syscall_arg_fmt *fmt;
386 static inline struct syscall_arg_fmt *__evsel__syscall_arg_fmt(struct evsel *evsel)
393 static struct syscall_arg_fmt *evsel__syscall_arg_fmt(struct evsel *evsel)
410 et->fmt = calloc(tp_format->format.nr_fields, sizeof(struct syscall_arg_fmt));
949 static void syscall_arg_fmt__cache_btf_enum(struct syscall_arg_fmt *arg_fmt, struct btf *btf, char *type)
1080 struct syscall_arg_fmt *arg_fmt = arg->fmt;
1499 struct syscall_arg_fmt *arg_fmt;
2053 static const struct syscall_arg_fmt syscall_arg_fmts__by_name[] = {
2060 const struct syscall_arg_fmt *fmt = fmtp;
2064 static const struct syscall_arg_fmt *
2065 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb,
2068 return bsearch(name, fmts, nmemb, sizeof(struct syscall_arg_fmt), syscall_arg_fmt__cmp);
2071 static const struct syscall_arg_fmt *syscall_arg_fmt__find_by_name(const char *name)
2087 syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field,
2138 const struct syscall_arg_fmt *fmt =
2244 struct syscall_arg_fmt *fmt = evsel__syscall_arg_fmt(evsel);
2388 static unsigned long syscall_arg_fmt__mask_val(struct syscall_arg_fmt *fmt, struct syscall_arg *arg, unsigned long val)
2396 static size_t syscall_arg_fmt__scnprintf_val(struct syscall_arg_fmt *fmt, char *bf, size_t size,
3194 struct syscall_arg_fmt *arg = __evsel__syscall_arg_fmt(evsel);
3735 static int syscall_arg_fmt__cache_btf_struct(struct syscall_arg_fmt *arg_fmt, struct btf *btf, char *type)
4235 static struct syscall_arg_fmt *evsel__find_syscall_arg_fmt_by_name(struct evsel *evsel, char *arg,
4238 struct syscall_arg_fmt *fmt = __evsel__syscall_arg_fmt(evsel);
4289 struct syscall_arg_fmt *fmt;
5098 struct syscall_arg_fmt *fmt = evsel__syscall_arg_fmt(evsel);