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

/linux-master/tools/perf/trace/beauty/
H A Dtimespec.c10 struct timespec *ts = (struct timespec *)arg->augmented.args;
17 if (arg->augmented.args)
H A Dsockaddr.c50 struct sockaddr *sa = (struct sockaddr *)arg->augmented.args;
65 if (arg->augmented.args)
H A Dperf_event_open.c79 return perf_event_attr___scnprintf((void *)arg->augmented.args, bf, size, arg->trace->show_zeros);
84 if (arg->augmented.args)
H A Dbeauty.h79 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
112 } augmented; member in struct:syscall_arg
/linux-master/lib/
H A Drbtree_test.c22 /* following fields used for testing augmented rbtree functionality */
24 u32 augmented; member in struct:test_node
83 struct test_node, rb, u32, augmented, NODE_VAL)
96 if (parent->augmented < val)
97 parent->augmented = val;
104 node->augmented = val;
121 if (parent->augmented < val)
122 parent->augmented = val;
131 node->augmented = val;
228 rb)->augmented;
[all...]
/linux-master/tools/perf/
H A Dbuiltin-trace.c1213 * args_size: sum of the sizes of the syscall arguments, anything after that is augmented stuff: pathname for openat, etc.
1511 struct augmented_arg *augmented_arg = arg->augmented.args;
1514 * So that the next arg with a payload can consume its augmented arg, i.e. for rename* syscalls
1519 arg->augmented.args = ((void *)arg->augmented.args) + consumed;
1520 arg->augmented.size -= consumed;
1530 if (arg->augmented.args)
2044 .augmented = {
2366 * this breaks syscall__augmented_args() check for augmented args, as we calculate
2370 * thinking that the extra 2 u64 args are the augmented filenam
4971 struct evsel *augmented = trace.syscalls.events.bpf_output; local
[all...]

Completed in 140 milliseconds