Lines Matching refs:augmented
130 *augmented; member
1472 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1480 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1481 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1491 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
1987 .augmented = { in syscall__scnprintf_args()
2685 .augmented = {
2783 if (evsel == trace->syscalls.events.augmented) {
3549 evlist__remove(trace->evlist, trace->syscalls.events.augmented);
3550 evsel__delete(trace->syscalls.events.augmented);
3551 trace->syscalls.events.augmented = NULL;
3610 if (evsel == trace->syscalls.events.augmented ||
4908 trace.syscalls.events.augmented = evsel;
5031 if (trace.syscalls.events.augmented) {
5040 if (trace.syscalls.events.augmented->priv == NULL &&
5042 struct evsel *augmented = trace.syscalls.events.augmented; local
5043 if (evsel__init_augmented_syscall_tp(augmented, evsel) ||
5044 evsel__init_augmented_syscall_tp_args(augmented))
5051 augmented->handler = trace__sys_enter;