Searched refs:syscall_arg__val (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/trace/beauty/
H A Dkcmp.c19 int type = syscall_arg__val(arg, 2);
25 pid = syscall_arg__val(arg, arg->idx == 3 ? 0 : 1); /* idx1 -> pid1, idx2 -> pid2 */
H A Dprctl.c29 int option = syscall_arg__val(arg, 0);
45 int option = syscall_arg__val(arg, 0);
H A Dsocket.c23 int domain = syscall_arg__val(arg, 0);
H A Dfcntl.c73 int cmd = syscall_arg__val(arg, 1);
H A Dioctl.c178 int fd = syscall_arg__val(arg, 0);
H A Dbeauty.h122 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx);
/linux-master/tools/perf/
H A Dbuiltin-trace.c1992 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx) function
2072 val = syscall_arg__val(&arg, arg.idx);
2110 val = syscall_arg__val(&arg, arg.idx);

Completed in 217 milliseconds