Searched refs:tracing_map (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h19 * This is an overview of the tracing_map data structures and how they
20 * relate to the tracing_map API. The details of the algorithms
24 * The central data structure of the tracing_map is an initially
26 * of struct tracing_map). tracing_map_entry is a very simple data
36 * The central function of the tracing_map API is
62 * tracing_map). This is the maximum possible number of
66 * with the tracing_map_entry array in the tracing_map. Because of
70 * field of struct tracing_map.
89 * tell the tracing_map implementation how many fields the
96 * the elts field of struct tracing_map
183 struct tracing_map { struct
[all...]
H A Dtracing_map.c3 * tracing_map - lock-free map for tracing
7 * tracing_map implementation inspired by lock-free map algorithms
20 #include "tracing_map.h"
26 * of tracing_map data structures at the beginning of tracing_map.h.
202 static int tracing_map_add_field(struct tracing_map *map,
216 * tracing_map_add_sum_field - Add a field describing a tracing_map sum
217 * @map: The tracing_map
227 int tracing_map_add_sum_field(struct tracing_map *map)
233 * tracing_map_add_var - Add a field describing a tracing_map va
[all...]
H A DMakefile55 obj-$(CONFIG_TRACING_MAP) += tracing_map.o
H A Dtrace_events_hist.c21 #include "tracing_map.h"
147 * variable by the hist trigger's tracing_map. The idx is what is
188 * current value of each variable is read from the tracing_map
561 struct tracing_map *map;
5046 struct tracing_map *map = hist_data->map;
5527 struct tracing_map *map = hist_data->map;

Completed in 216 milliseconds