compound_key     5312 kernel/trace/trace_events_hist.c static inline void add_to_key(char *compound_key, void *key,
compound_key     5332 kernel/trace/trace_events_hist.c 		strncpy(compound_key + key_field->offset, (char *)key, size);
compound_key     5334 kernel/trace/trace_events_hist.c 		memcpy(compound_key + key_field->offset, key, size);
compound_key     5359 kernel/trace/trace_events_hist.c 	char compound_key[HIST_KEY_SIZE_MAX];
compound_key     5366 kernel/trace/trace_events_hist.c 	memset(compound_key, 0, hist_data->key_size);
compound_key     5386 kernel/trace/trace_events_hist.c 			add_to_key(compound_key, key, key_field, rec);
compound_key     5390 kernel/trace/trace_events_hist.c 		key = compound_key;