Home
last modified time | relevance | path

Searched refs:augmented_args_payload (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/examples/bpf/
H A Daugmented_raw_syscalls.c71 struct augmented_args_payload { struct
82 bpf_map(augmented_args_tmp, PERCPU_ARRAY, int, struct augmented_args_payload, 1);
84 static inline struct augmented_args_payload *augmented_args_payload(void) in augmented_args_payload() function
90 static inline int augmented__output(void *ctx, struct augmented_args_payload *args, int len) in augmented__output()
138 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_connect()
157 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_sendto()
176 struct augmented_args_payload *augmented_arg in sys_enter_open()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Daugmented_raw_syscalls.bpf.c121 struct augmented_args_payload { struct
136 __type(value, struct augmented_args_payload);
140 static inline struct augmented_args_payload *augmented_args_payload(void) in augmented_args_payload() function
146 static inline int augmented__output(void *ctx, struct augmented_args_payload *args, int len) in augmented__output()
195 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_connect()
214 struct augmented_args_payload *augmented_args = augmented_args_payload(); in sys_enter_sendto()
232 struct augmented_args_payload *augmented_arg in sys_enter_open()
[all...]

Completed in 3 milliseconds