Lines Matching defs:hist
50 const char *tracefs_hist_get_name(struct tracefs_hist *hist) in tracefs_hist_get_name()
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()
290 struct tracefs_hist *hist; in hist_alloc_nd() local
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()
1852 struct tep_event *event, const char *hist) in remove_hist()
1869 char *hist = strdup("hist:keys="); in create_hist() local
1898 static char *create_onmatch(char *hist, struct tracefs_synth *synth) in create_onmatch()
1907 static char *create_trace(char *hist, struct tracefs_synth *synth) in create_trace()
1933 static char *create_max(char *hist, struct tracefs_synth *synth, char *field) in create_max()
1940 static char *create_change(char *hist, struct tracefs_synth *synth, char *field) in create_change()
1947 static char *create_actions(char *hist, struct tracefs_synth *synth) in create_actions()
2057 static char *append_filter(char *hist, char *filter, unsigned int parens) in append_filter()
2103 struct tracefs_hist *hist = NULL; in tracefs_synth_get_start_hist() local
2267 char *hist; in tracefs_synth_destroy() local
2321 char *hist = NULL; in tracefs_synth_echo_cmd() local