Home
last modified time | relevance | path

Searched refs:augmented (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Drbtree_test.c22 /* following fields used for testing augmented rbtree functionality */
24 u32 augmented; member
83 struct test_node, rb, u32, augmented, NODE_VAL)
96 if (parent->augmented < val) in insert_augmented()
97 parent->augmented = val; in insert_augmented()
104 node->augmented = val; in insert_augmented()
121 if (parent->augmented < val) in insert_augmented_cached()
122 parent->augmented = val; in insert_augmented_cached()
131 node->augmented = val; in insert_augmented_cached()
228 rb)->augmented; in check_augmented()
[all...]
/kernel/linux/linux-6.6/lib/
H A Drbtree_test.c22 /* following fields used for testing augmented rbtree functionality */
24 u32 augmented; member
83 struct test_node, rb, u32, augmented, NODE_VAL)
96 if (parent->augmented < val) in insert_augmented()
97 parent->augmented = val; in insert_augmented()
104 node->augmented = val; in insert_augmented()
121 if (parent->augmented < val) in insert_augmented_cached()
122 parent->augmented = val; in insert_augmented_cached()
131 node->augmented = val; in insert_augmented_cached()
228 rb)->augmented; in check_augmented()
[all...]
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dtimespec.c10 struct timespec *ts = (struct timespec *)arg->augmented.args; in syscall_arg__scnprintf_augmented_timespec()
17 if (arg->augmented.args) in syscall_arg__scnprintf_timespec()
H A Dperf_event_open.c79 return perf_event_attr___scnprintf((void *)arg->augmented.args, bf, size, arg->trace->show_zeros); in syscall_arg__scnprintf_augmented_perf_event_attr()
84 if (arg->augmented.args) in syscall_arg__scnprintf_perf_event_attr()
H A Dsockaddr.c50 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args; in syscall_arg__scnprintf_augmented_sockaddr()
65 if (arg->augmented.args) in syscall_arg__scnprintf_sockaddr()
H A Dbeauty.h79 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
112 } augmented; member
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dsockaddr.c50 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args; in syscall_arg__scnprintf_augmented_sockaddr()
65 if (arg->augmented.args) in syscall_arg__scnprintf_sockaddr()
H A Dbeauty.h78 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
111 } augmented; member
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c132 *augmented; member
1194 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1474 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1477 * So that the next arg with a payload can consume its augmented arg, i.e. for rename* syscalls in syscall_arg__scnprintf_augmented_string()
1482 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1483 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1493 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
1996 .augmented = { in syscall__scnprintf_args()
2312 * this breaks syscall__augmented_args() check for augmented arg
5048 struct evsel *augmented = trace.syscalls.events.augmented; global() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-trace.c1212 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1510 struct augmented_arg *augmented_arg = arg->augmented.args; in syscall_arg__scnprintf_augmented_string()
1513 * So that the next arg with a payload can consume its augmented arg, i.e. for rename* syscalls in syscall_arg__scnprintf_augmented_string()
1518 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1519 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()
1529 if (arg->augmented.args) in syscall_arg__scnprintf_filename()
2043 .augmented = { in syscall__scnprintf_args()
2365 * this breaks syscall__augmented_args() check for augmented args, as we calculate
2369 * thinking that the extra 2 u64 args are the augmented filenam
4968 struct evsel *augmented = trace.syscalls.events.bpf_output; global() local
[all...]

Completed in 16 milliseconds