Home
last modified time | relevance | path

Searched defs:syscall_fmt (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c105 struct syscall_fmt { struct
106 const char *name;
107 const char *alias;
108 struct {
111 } bpf_prog_name;
112 struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM];
113 u8 nr_args;
114 bool errpid;
115 bool timeout;
116 bool hexret;
/kernel/linux/linux-6.6/tools/perf/
Dbuiltin-trace.c114 struct syscall_fmt { struct
115 const char *name;
116 const char *alias;
117 struct {
120 } bpf_prog_name;
121 struct syscall_arg_fmt arg[RAW_SYSCALL_ARGS_NUM];
122 u8 nr_args;
123 bool errpid;
124 bool timeout;
125 bool hexret;