syscall_arg_fmt
struct syscall_arg_fmt *arg_fmt = arg->fmt;
struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM];
struct syscall_arg_fmt *arg_fmt;
static const struct syscall_arg_fmt syscall_arg_fmts__by_name[] = {
const struct syscall_arg_fmt *fmt = fmtp;
static const struct syscall_arg_fmt *
__syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb,
return bsearch(name, fmts, nmemb, sizeof(struct syscall_arg_fmt), syscall_arg_fmt__cmp);
static const struct syscall_arg_fmt *syscall_arg_fmt__find_by_name(const char *name)
syscall_arg_fmt__init_array(struct syscall_arg_fmt *arg, struct tep_format_field *field,
const struct syscall_arg_fmt *fmt =
struct syscall_arg_fmt *fmt = evsel__syscall_arg_fmt(evsel);
static unsigned long syscall_arg_fmt__mask_val(struct syscall_arg_fmt *fmt, struct syscall_arg *arg, unsigned long val)
static size_t syscall_arg_fmt__scnprintf_val(struct syscall_arg_fmt *fmt, char *bf, size_t size,
struct syscall_arg_fmt *arg = __evsel__syscall_arg_fmt(evsel);
struct syscall_arg_fmt *fmt;
static int syscall_arg_fmt__cache_btf_struct(struct syscall_arg_fmt *arg_fmt, struct btf *btf, char *type)
static inline struct syscall_arg_fmt *__evsel__syscall_arg_fmt(struct evsel *evsel)
static struct syscall_arg_fmt *evsel__syscall_arg_fmt(struct evsel *evsel)
et->fmt = calloc(tp_format->format.nr_fields, sizeof(struct syscall_arg_fmt));
static struct syscall_arg_fmt *evsel__find_syscall_arg_fmt_by_name(struct evsel *evsel, char *arg,
struct syscall_arg_fmt *fmt = __evsel__syscall_arg_fmt(evsel);
struct syscall_arg_fmt *fmt;
struct syscall_arg_fmt *fmt = evsel__syscall_arg_fmt(evsel);
static void syscall_arg_fmt__cache_btf_enum(struct syscall_arg_fmt *arg_fmt, struct btf *btf, char *type)
struct syscall_arg_fmt *fmt;
struct syscall_arg_fmt;