Home
last modified time | relevance | path

Searched refs:tracefs_hist_add_key (Results 1 – 12 of 12) sorted by relevance

/external/libtracefs/Documentation/
Dlibtracefs-hist.txt7 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
Dlibtracefs-hist-cont.txt191 *tracefs_hist_add_key*(3),
Dlibtracefs-filter-pid.txt152 *tracefs_hist_add_key*(3),
Dlibtracefs-filter.txt314 *tracefs_hist_add_key*(3),
Dlibtracefs-synth-info.txt253 *tracefs_hist_add_key*(3),
Dlibtracefs-synth2.txt249 *tracefs_hist_add_key*(3),
Dlibtracefs-synth.txt323 *tracefs_hist_add_key*(3),
Dlibtracefs-hist-mod.txt138 *tracefs_hist_alloc_nd*() and *tracefs_hist_add_key*() both add a key and requires
Dlibtracefs.txt306 int *tracefs_hist_add_key*(struct tracefs_hist pass:[*]_hist_, const char pass:[*]_key_,
Dlibtracefs-sql.txt626 *tracefs_hist_add_key*(3),
/external/libtracefs/src/
Dtracefs-hist.c313 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/
Dtracefs.h456 int tracefs_hist_add_key(struct tracefs_hist *hist, const char *key,