Searched refs:tracing_map_elt (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h50 * an instance of tracing_map_elt, where 'elt' in the latter part of
52 * tracing_map_elt is to hold values specific to the particular
108 * tracing_map_elt field to sort on (which the user saved when adding
113 * is created for each tracing_map_elt, again individually allocated
123 * the associated tracing_map_elt 'elt' field contained within the
138 struct tracing_map_elt { struct
149 struct tracing_map_elt *val;
159 struct tracing_map_elt *elt;
181 ((struct tracing_map_elt **)TRACING_MAP_ARRAY_ELT(array, idx))
209 * For a detailed description of tracing_map_elt object
[all...]
H A Dtracing_map.c25 * these functions (such as tracing_map_elt) please see the overview
30 * tracing_map_update_sum - Add a value to a tracing_map_elt's sum field
31 * @elt: The tracing_map_elt
32 * @i: The index of the given sum associated with the tracing_map_elt
35 * Add n to sum i associated with the specified tracing_map_elt
39 void tracing_map_update_sum(struct tracing_map_elt *elt, unsigned int i, u64 n)
45 * tracing_map_read_sum - Return the value of a tracing_map_elt's sum field
46 * @elt: The tracing_map_elt
47 * @i: The index of the given sum associated with the tracing_map_elt
50 * tracing_map_elt instanc
[all...]
H A Dtrace_events_hist.c88 struct tracing_map_elt *elt,
204 struct tracing_map_elt *elt,
210 struct tracing_map_elt *elt,
219 struct tracing_map_elt *elt,
228 struct tracing_map_elt *elt,
239 struct tracing_map_elt *elt,
252 struct tracing_map_elt *elt,
266 struct tracing_map_elt *elt,
277 struct tracing_map_elt *elt,
290 struct tracing_map_elt *el
[all...]

Completed in 263 milliseconds