Lines Matching refs:augmented
130 *augmented; member
1480 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1488 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1489 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1499 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
1995 .augmented = { in syscall__scnprintf_args()
2701 .augmented = {
2799 if (evsel == trace->syscalls.events.augmented) {
3580 evlist__remove(trace->evlist, trace->syscalls.events.augmented);
3581 evsel__delete(trace->syscalls.events.augmented);
3582 trace->syscalls.events.augmented = NULL;
3641 if (evsel == trace->syscalls.events.augmented ||
4949 trace.syscalls.events.augmented = evsel;
5072 if (trace.syscalls.events.augmented) {
5081 if (trace.syscalls.events.augmented->priv == NULL &&
5083 struct evsel *augmented = trace.syscalls.events.augmented; local
5084 if (evsel__init_augmented_syscall_tp(augmented, evsel) ||
5085 evsel__init_augmented_syscall_tp_args(augmented))
5092 augmented->handler = trace__sys_enter;