Lines Matching refs:tracing_map
12 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. | |
152 The tracing_map consists of an array of tracing_map_entrys and a set | |
248 up in the tracing_map. If there's no tracing_map_elt associated with
467 tracing_map members and the field definitions in the corresponding | | |