HomeSort by relevance Sort by last modified time
    Searched refs:probe_trace_arg_ref (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
probe-event.h 18 struct probe_trace_arg_ref { struct
19 struct probe_trace_arg_ref *next; /* Next reference */
28 struct probe_trace_arg_ref *ref; /* Referencing offset */
probe-finder.c 796 static struct probe_trace_arg_ref *alloc_trace_arg_ref(long offs)
798 struct probe_trace_arg_ref *ref;
799 ref = zalloc(sizeof(struct probe_trace_arg_ref));
904 struct probe_trace_arg_ref **ref_ptr = &tvar->ref;
951 *ref_ptr = zalloc(sizeof(struct probe_trace_arg_ref));
998 struct probe_trace_arg_ref **ref_ptr,
1001 struct probe_trace_arg_ref *ref = *ref_ptr;
1027 ref = zalloc(sizeof(struct probe_trace_arg_ref));
1058 ref = zalloc(sizeof(struct probe_trace_arg_ref));
    [all...]
probe-event.c 1179 static int __synthesize_probe_trace_arg_ref(struct probe_trace_arg_ref *ref,
1206 struct probe_trace_arg_ref *ref = arg->ref;
1372 struct probe_trace_arg_ref *ref, *next;
    [all...]

Completed in 92 milliseconds