Home
last modified time | relevance | path

Searched refs:probe_trace_arg_ref (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/tools/perf/util/
Dprobe-event.h37 struct probe_trace_arg_ref { struct
38 struct probe_trace_arg_ref *next; /* Next reference */ argument
48 struct probe_trace_arg_ref *ref; /* Referencing offset */ argument
Dprobe-finder.c147 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs) in alloc_trace_arg_ref()
149 struct probe_trace_arg_ref *ref; in alloc_trace_arg_ref()
150 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in alloc_trace_arg_ref()
286 struct probe_trace_arg_ref **ref_ptr = &tvar->ref; in convert_variable_type()
343 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_type()
402 struct probe_trace_arg_ref **ref_ptr, in convert_variable_fields()
405 struct probe_trace_arg_ref *ref = *ref_ptr; in convert_variable_fields()
431 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
462 ref = zalloc(sizeof(struct probe_trace_arg_ref)); in convert_variable_fields()
Dbpf-prologue.c249 struct probe_trace_arg_ref *ref = NULL; in gen_prologue_slowpath()
398 struct probe_trace_arg_ref *ref = args[i].ref; in bpf__gen_prologue()
Dprobe-event.c1971 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref, in __synthesize_probe_trace_arg_ref()
1988 struct probe_trace_arg_ref *ref = arg->ref; in synthesize_probe_trace_arg()
2314 struct probe_trace_arg_ref *ref, *next; in clear_probe_trace_event()
Dbpf-loader.c497 struct probe_trace_arg_ref *ref1, *ref2; in compare_tev_args()