Lines Matching refs:tracefs_hist
29 struct tracefs_hist { struct
50 const char *tracefs_hist_get_name(struct tracefs_hist *hist) in tracefs_hist_get_name() argument
61 const char *tracefs_hist_get_event(struct tracefs_hist *hist) in tracefs_hist_get_event()
72 const char *tracefs_hist_get_system(struct tracefs_hist *hist) in tracefs_hist_get_system()
90 static void add_hist_commands(struct trace_seq *seq, struct tracefs_hist *hist, in add_hist_commands()
136 struct tracefs_hist *hist, in tracefs_hist_echo_cmd()
174 struct tracefs_hist *hist, in tracefs_hist_command()
210 void tracefs_hist_free(struct tracefs_hist *hist) in tracefs_hist_free()
242 struct tracefs_hist *
270 struct tracefs_hist *
283 static struct tracefs_hist *
290 struct tracefs_hist *hist; in hist_alloc_nd()
340 struct tracefs_hist *
363 struct tracefs_hist *
382 int tracefs_hist_add_key_cnt(struct tracefs_hist *hist, const char *key, in tracefs_hist_add_key_cnt()
447 int tracefs_hist_add_key(struct tracefs_hist *hist, const char *key, in tracefs_hist_add_key()
462 int tracefs_hist_add_value(struct tracefs_hist *hist, const char *value) in tracefs_hist_add_value()
488 int tracefs_hist_add_name(struct tracefs_hist *hist, const char *name) in tracefs_hist_add_name()
499 add_sort_key(struct tracefs_hist *hist, const char *sort_key, char **list) in add_sort_key()
537 int tracefs_hist_add_sort_key(struct tracefs_hist *hist, in tracefs_hist_add_sort_key()
565 int tracefs_hist_set_sort_key(struct tracefs_hist *hist, in tracefs_hist_set_sort_key()
622 int tracefs_hist_sort_key_direction(struct tracefs_hist *hist, in tracefs_hist_sort_key_direction()
685 int tracefs_hist_append_filter(struct tracefs_hist *hist, in tracefs_hist_append_filter()
2100 struct tracefs_hist *
2103 struct tracefs_hist *hist = NULL; in tracefs_synth_get_start_hist()