Home
last modified time | relevance | path

Searched refs:hist_field_fn_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst84 that such as the size, offset, type, and a hist_field_fn_t function,
233 fn = hist_field_fn_t
243 hist_field_fn_t fn() associated with that field, along with the
691 fn = hist_field_fn_t
1087 fn = hist_field_fn_t
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_hist.c83 typedef u64 (*hist_field_fn_t) (struct hist_field *field, typedef
118 hist_field_fn_t fn;
1122 static hist_field_fn_t select_value_fn(int field_size, int field_is_signed) in select_value_fn()
1124 hist_field_fn_t fn = NULL; in select_value_fn()