Searched refs:tracefs_hist_add_key (Results 1 – 12 of 12) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-hist.txt | 7 tracefs_hist_add_key, tracefs_hist_add_key_cnt, tracefs_hist_add_value - Create and destroy event h… 47 int *tracefs_hist_add_key*(struct tracefs_hist pass:[*]_hist_, const char pass:[*]_key_, 96 *tracefs_hist_add_key*() Adds a secondary or tertiary key to the histogram. 104 The *tracefs_hist_add_key_cnt*() is the same as *tracefs_hist_add_key*() except 107 type, *tracefs_hist_add_key*() is not sufficient, as the *buckets* type requires 121 *tracefs_hist_alloc_nd*() and *tracefs_hist_add_key*() both add a key and requires
|
D | libtracefs-hist-cont.txt | 191 *tracefs_hist_add_key*(3),
|
D | libtracefs-filter-pid.txt | 152 *tracefs_hist_add_key*(3),
|
D | libtracefs-filter.txt | 314 *tracefs_hist_add_key*(3),
|
D | libtracefs-synth-info.txt | 253 *tracefs_hist_add_key*(3),
|
D | libtracefs-synth2.txt | 249 *tracefs_hist_add_key*(3),
|
D | libtracefs-synth.txt | 323 *tracefs_hist_add_key*(3),
|
D | libtracefs-hist-mod.txt | 138 *tracefs_hist_alloc_nd*() and *tracefs_hist_add_key*() both add a key and requires
|
D | libtracefs.txt | 306 int *tracefs_hist_add_key*(struct tracefs_hist pass:[*]_hist_, const char pass:[*]_key_,
|
D | libtracefs-sql.txt | 626 *tracefs_hist_add_key*(3),
|
/external/libtracefs/src/ |
D | tracefs-hist.c | 313 if (tracefs_hist_add_key(hist, axes->key, axes->type) < 0) in hist_alloc_nd() 451 int tracefs_hist_add_key(struct tracefs_hist *hist, const char *key, in tracefs_hist_add_key() function 2217 ret = tracefs_hist_add_key(hist, key, type); in tracefs_synth_get_start_hist()
|
/external/libtracefs/include/ |
D | tracefs.h | 456 int tracefs_hist_add_key(struct tracefs_hist *hist, const char *key,
|