Home
last modified time | relevance | path

Searched refs:augmented_args (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c200 if (augmented_args == NULL) in sys_enter_connect()
219 if (augmented_args == NULL) in sys_enter_sendto()
236 if (augmented_args == NULL) in sys_enter_open()
239 …len += augmented_arg__read_str(&augmented_args->arg, filename_arg, sizeof(augmented_args->arg.valu… in sys_enter_open()
251 if (augmented_args == NULL) in sys_enter_openat()
267 if (augmented_args == NULL) in sys_enter_rename()
284 if (augmented_args == NULL) in sys_enter_renameat()
311 if (augmented_args == NULL) in sys_enter_perf_event_open()
344 if (augmented_args == NULL) in sys_enter_clock_nanosleep()
385 if (augmented_args == NULL) in sys_enter()
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c2035 unsigned char *args, void *augmented_args, int augmented_args_size, in syscall__scnprintf_args() argument
2045 .args = augmented_args, in syscall__scnprintf_args()
2296 void *augmented_args = NULL; local
2315 augmented_args = sample->raw_data + args_size;
2317 return augmented_args;
2338 void *augmented_args = NULL; local
2379 args, augmented_args, augmented_args_size, trace, thread);
2415 void *args, *augmented_args = NULL; local
2432 …syscall__scnprintf_args(sc, msg, sizeof(msg), args, augmented_args, augmented_args_size, trace, th…
2738 struct thread *thread, void *augmented_args, int augmented_args_size) argument
[all …]