Searched refs:compound_key (Results 1 – 1 of 1) sorted by relevance
5256 static inline void add_to_key(char *compound_key, void *key, in add_to_key() argument5280 memcpy(compound_key + key_field->offset, key, size); in add_to_key()5311 char compound_key[HIST_KEY_SIZE_MAX]; member5398 memset(hist_pad->compound_key, 0, hist_data->key_size); in event_hist_trigger()5429 add_to_key(hist_pad->compound_key, key, key_field, rec); in event_hist_trigger()5433 key = hist_pad->compound_key; in event_hist_trigger()