Lines Matching refs:augmented
131 *augmented; member
1482 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1490 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1491 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1501 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
2004 .augmented = { in syscall__scnprintf_args()
2707 .augmented = {
2803 if (evsel == trace->syscalls.events.augmented) {
3591 evlist__remove(trace->evlist, trace->syscalls.events.augmented);
3592 evsel__delete(trace->syscalls.events.augmented);
3593 trace->syscalls.events.augmented = NULL;
3652 if (evsel == trace->syscalls.events.augmented ||
4972 trace.syscalls.events.augmented = evsel;
5095 if (trace.syscalls.events.augmented) {
5104 if (trace.syscalls.events.augmented->priv == NULL &&
5106 struct evsel *augmented = trace.syscalls.events.augmented; local
5107 if (evsel__init_augmented_syscall_tp(augmented, evsel) ||
5108 evsel__init_augmented_syscall_tp_args(augmented))
5115 augmented->handler = trace__sys_enter;