Lines Matching refs:augmented
135 *augmented; member
1486 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1494 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1495 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1505 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
2015 .augmented = { in syscall__scnprintf_args()
2715 .augmented = {
2811 if (evsel == trace->syscalls.events.augmented) {
3599 evlist__remove(trace->evlist, trace->syscalls.events.augmented);
3600 evsel__delete(trace->syscalls.events.augmented);
3601 trace->syscalls.events.augmented = NULL;
3660 if (evsel == trace->syscalls.events.augmented ||
4980 trace.syscalls.events.augmented = evsel;
5103 if (trace.syscalls.events.augmented) {
5112 if (trace.syscalls.events.augmented->priv == NULL &&
5114 struct evsel *augmented = trace.syscalls.events.augmented; local
5115 if (evsel__init_augmented_syscall_tp(augmented, evsel) ||
5116 evsel__init_augmented_syscall_tp_args(augmented))
5123 augmented->handler = trace__sys_enter;