Home
last modified time | relevance | path

Searched refs:probe_trace_arg_ref (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.h40 struct probe_trace_arg_ref { struct
41 struct probe_trace_arg_ref *next; /* Next reference */
51 struct probe_trace_arg_ref *ref; /* Referencing offset */
H A Dbpf-prologue.c250 struct probe_trace_arg_ref *ref = NULL; in gen_prologue_slowpath()
404 struct probe_trace_arg_ref *ref = args[i].ref; in bpf__gen_prologue()
H A Dprobe-finder.c155 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
157 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()
158 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
308 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()
366 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
425 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()
428 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
454 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
485 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
H A Dprobe-event.c2057 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()
2077 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()
2403 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()
H A Dbpf-loader.c489 struct probe_trace_arg_ref *ref1, *ref2; in compare_tev_args()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.h41 struct probe_trace_arg_ref { struct
42 struct probe_trace_arg_ref *next; /* Next reference */
52 struct probe_trace_arg_ref *ref; /* Referencing offset */
H A Dprobe-finder.c160 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
162 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()
163 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
313 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()
371 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
430 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()
433 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
459 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
490 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
H A Dprobe-event.c2089 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()
2109 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()
2447 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()

Completed in 19 milliseconds