Home
last modified time | relevance | path

Searched refs:compound_key (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_hist.c4512 static inline void add_to_key(char *compound_key, void *key, in add_to_key() argument
4530 strncpy(compound_key + key_field->offset, (char *)key, size); in add_to_key()
4532 memcpy(compound_key + key_field->offset, key, size); in add_to_key()
4557 char compound_key[HIST_KEY_SIZE_MAX]; in event_hist_trigger() local
4564 memset(compound_key, 0, hist_data->key_size); in event_hist_trigger()
4584 add_to_key(compound_key, key, key_field, rec); in event_hist_trigger()
4588 key = compound_key; in event_hist_trigger()