Home
last modified time | relevance | path

Searched refs:fetch_type (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dtrace_probe.c219 static const struct fetch_type *find_fetch_type(const char *type, in find_fetch_type()
220 const struct fetch_type *ftbl) in find_fetch_type()
275 static fetch_func_t get_fetch_size_function(const struct fetch_type *type, in get_fetch_size_function()
277 const struct fetch_type *ftbl) in get_fetch_size_function()
318 static int parse_probe_vars(char *arg, const struct fetch_type *t, in parse_probe_vars()
356 static int parse_probe_arg(char *arg, const struct fetch_type *t, in parse_probe_arg()
359 const struct fetch_type *ftbl; in parse_probe_arg()
434 const struct fetch_type *t2; in parse_probe_arg()
470 const struct fetch_type *t, in __parse_bitfield_probe_arg()
508 const struct fetch_type *ftbl; in traceprobe_parse_probe_arg()
Dtrace_probe.h114 struct fetch_type { struct
236 extern __weak const struct fetch_type kprobes_fetch_type_table[];
237 extern __weak const struct fetch_type uprobes_fetch_type_table[];
277 const struct fetch_type *type; /* Type of this argument */
Dtrace_uprobe.c199 const struct fetch_type uprobes_fetch_type_table[] = {
Dtrace_kprobe.c253 const struct fetch_type kprobes_fetch_type_table[] = {