Home
last modified time | relevance | path

Searched refs:tracing_map (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dtracing_map.h139 struct tracing_map *map;
183 struct tracing_map { struct
240 extern struct tracing_map *
245 extern int tracing_map_init(struct tracing_map *map);
247 extern int tracing_map_add_sum_field(struct tracing_map *map);
248 extern int tracing_map_add_var(struct tracing_map *map);
249 extern int tracing_map_add_key_field(struct tracing_map *map,
253 extern void tracing_map_destroy(struct tracing_map *map);
254 extern void tracing_map_clear(struct tracing_map *map);
257 tracing_map_insert(struct tracing_map *map, void *key);
[all …]
H A Dtracing_map.c202 static int tracing_map_add_field(struct tracing_map *map, in tracing_map_add_field()
227 int tracing_map_add_sum_field(struct tracing_map *map) in tracing_map_add_sum_field()
244 int tracing_map_add_var(struct tracing_map *map) in tracing_map_add_var()
270 int tracing_map_add_key_field(struct tracing_map *map, in tracing_map_add_key_field()
403 static struct tracing_map_elt *tracing_map_elt_alloc(struct tracing_map *map) in tracing_map_elt_alloc()
452 static struct tracing_map_elt *get_free_elt(struct tracing_map *map) in get_free_elt()
467 static void tracing_map_free_elts(struct tracing_map *map) in tracing_map_free_elts()
483 static int tracing_map_alloc_elts(struct tracing_map *map) in tracing_map_alloc_elts()
516 __tracing_map_insert(struct tracing_map *map, void *key, bool lookup_only) in __tracing_map_insert()
639 struct tracing_map_elt *tracing_map_insert(struct tracing_map *map, void *key) in tracing_map_insert()
[all …]
H A DMakefile55 obj-$(CONFIG_TRACING_MAP) += tracing_map.o
H A Dtrace_events_hist.c561 struct tracing_map *map;
5054 struct tracing_map *map = hist_data->map; in create_tracing_map_fields()
5535 struct tracing_map *map = hist_data->map; in print_entries()
H A DKconfig809 tracing_map is a special-purpose lock-free map for tracing,
/openbmc/linux/Documentation/trace/
H A Dhistogram-design.rst12 tracing_map.c.
93 fields[] array is the tracing_map instance created for the histogram,
94 which is held in the .map member. The tracing_map implements the
96 kernel/trace/tracing_map.h for much more discussion about the
97 low-level data structures implementing the tracing_map). For the
98 purposes of this discussion, the tracing_map contains a number of
107 Below that is a diagram of a run-time snapshot of what the tracing_map
109 relationships between the hist_data fields and the tracing_map
148 Below is a run-time representation of the tracing_map part of the | |
150 to corresponding parts of the tracing_map. | |
[all …]
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]