Searched refs:tracefs_hist_add_value (Results 1 – 11 of 11) sorted by relevance
/external/libtracefs/Documentation/ |
D | libtracefs-hist-cont.txt | 119 ret = tracefs_hist_add_value(hist, "bytes_alloc"); 192 *tracefs_hist_add_value*(3),
|
D | libtracefs-hist.txt | 7 tracefs_hist_add_key, tracefs_hist_add_key_cnt, tracefs_hist_add_value - Create and destroy event h… 51 int *tracefs_hist_add_value*(struct tracefs_hist pass:[*]_hist_, const char pass:[*]_value_); 112 *tracefs_hist_add_value*() will add a value to record. By default, the value is 332 ret = tracefs_hist_add_value(hist, val);
|
D | libtracefs-filter.txt | 315 *tracefs_hist_add_value*(3),
|
D | libtracefs-synth-info.txt | 254 *tracefs_hist_add_value*(3),
|
D | libtracefs-synth2.txt | 235 *tracefs_hist_add_value*(3),
|
D | libtracefs-synth.txt | 324 *tracefs_hist_add_value*(3),
|
D | libtracefs-hist-mod.txt | 342 ret = tracefs_hist_add_value(hist, val);
|
D | libtracefs.txt | 257 int *tracefs_hist_add_value*(struct tracefs_hist pass:[*]_hist_, const char pass:[*]_value_);
|
D | libtracefs-sql.txt | 598 *tracefs_hist_add_value*(3),
|
/external/libtracefs/include/ |
D | tracefs.h | 420 int tracefs_hist_add_value(struct tracefs_hist *hist, const char *value);
|
/external/libtracefs/src/ |
D | tracefs-hist.c | 462 int tracefs_hist_add_value(struct tracefs_hist *hist, const char *value) in tracefs_hist_add_value() function 2163 ret = tracefs_hist_add_value(hist, key); in tracefs_synth_get_start_hist()
|