Home
last modified time | relevance | path

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

/external/libtracefs/Documentation/
Dlibtracefs-hist-cont.txt120 ret |= tracefs_hist_add_sort_key(hist, "bytes_req");
121 ret |= tracefs_hist_add_sort_key(hist, "bytes_alloc");
196 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-hist-mod.txt6 tracefs_hist_add_sort_key, tracefs_hist_set_sort_key, tracefs_hist_sort_key_direction,
16 int *tracefs_hist_add_sort_key*(struct tracefs_hist pass:[*]_hist_,
56 *tracefs_hist_add_sort_key*() will add a key to sort on. The _hist_ is the
67 TRACEFS_HIST_HITCOUNT. The last parameter of *tracefs_hist_add_sort_key*() must
353 ret = tracefs_hist_add_sort_key(hist, val);
Dlibtracefs-filter-pid.txt157 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-filter.txt319 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-synth-info.txt258 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-synth2.txt254 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-synth.txt328 *tracefs_hist_add_sort_key*(3),
Dlibtracefs-hist.txt343 ret = tracefs_hist_add_sort_key(hist, val);
Dlibtracefs.txt311 int *tracefs_hist_add_sort_key*(struct tracefs_hist pass:[*]_hist_,
Dlibtracefs-sql.txt631 *tracefs_hist_add_sort_key*(3),
/external/libtracefs/include/
Dtracefs.h461 int tracefs_hist_add_sort_key(struct tracefs_hist *hist,
/external/libtracefs/src/
Dtracefs-hist.c550 int tracefs_hist_add_sort_key(struct tracefs_hist *hist, in tracefs_hist_add_sort_key() function