Lines Matching refs:augmented_args
1704 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
1714 .args = augmented_args, in syscall__scnprintf_args()
1920 void *augmented_args = NULL; in syscall__augmented_args() local
1939 augmented_args = sample->raw_data + args_size; in syscall__augmented_args()
1941 return augmented_args; in syscall__augmented_args()
1954 void *augmented_args = NULL; in trace__sys_enter() local
1989 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… in trace__sys_enter()
1995 args, augmented_args, augmented_args_size, trace, thread); in trace__sys_enter()
2031 void *args, *augmented_args = NULL; in trace__fprintf_sys_enter() local
2047 …augmented_args = syscall__augmented_args(sc, sample, &augmented_args_size, trace->raw_augmented_sy… in trace__fprintf_sys_enter()
2048 …syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, th… in trace__fprintf_sys_enter()