Home
last modified time | relevance | path

Searched defs:elt (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dtracing_map.c47 void tracing_map_update_sum(struct tracing_map_elt *elt, unsigned int i, u64 n) in tracing_map_update_sum()
64 u64 tracing_map_read_sum(struct tracing_map_elt *elt, unsigned int i) in tracing_map_read_sum()
275 static void tracing_map_elt_clear(struct tracing_map_elt *elt) in tracing_map_elt_clear()
287 static void tracing_map_elt_init_fields(struct tracing_map_elt *elt) in tracing_map_elt_init_fields()
301 static void tracing_map_elt_free(struct tracing_map_elt *elt) in tracing_map_elt_free()
315 struct tracing_map_elt *elt; in tracing_map_elt_alloc() local
352 struct tracing_map_elt *elt = NULL; in get_free_elt() local
440 struct tracing_map_elt *elt; in __tracing_map_insert() local
804 create_sort_entry(void *key, struct tracing_map_elt *elt) in create_sort_entry()
818 static struct tracing_map_elt *copy_elt(struct tracing_map_elt *elt) in copy_elt()
[all …]
Dtrace_events_hist.c290 static void hist_trigger_elt_comm_free(struct tracing_map_elt *elt) in hist_trigger_elt_comm_free()
295 static int hist_trigger_elt_comm_alloc(struct tracing_map_elt *elt) in hist_trigger_elt_comm_alloc()
327 static void hist_trigger_elt_comm_init(struct tracing_map_elt *elt) in hist_trigger_elt_comm_init()
841 struct tracing_map_elt *elt, in hist_trigger_elt_update()
887 struct tracing_map_elt *elt; in event_hist_trigger() local
949 struct tracing_map_elt *elt) in hist_trigger_entry_print()
Dtrace_events_filter.c1230 struct postfix_elt *elt; in postfix_append_operand() local
1250 struct postfix_elt *elt; in postfix_append_op() local
1266 struct postfix_elt *elt; in postfix_clear() local
1401 struct postfix_elt *elt; in check_preds() local
1433 struct postfix_elt *elt; in count_preds() local
1599 struct postfix_elt *elt; in replace_preds() local
Dtracing_map.h155 struct tracing_map_elt *elt; member